References → Compatibility Matrix
The successful operation of the Incorta Direct Data PlatformTM requires the supported versions of specific operating systems, database servers, and applications.
To avoid potential problems and issues, please use the supported versions.
Operating Systems
The following operating systems support the Incorta Direct Data PlatformTM .
Only x86-64 architecture implementations of these operating systems are supported.
Operating System | Supported Version |
---|---|
CentOS Linux | 7.x |
Red Hat Enterprise Linux (RHEL) | 7.x |
Oracle Linux | 7.x |
Amazon Linux | 2 |
Ubuntu | 18.0.4.x |
Unlike CentOS or Redhat, Ubuntu does not support the use of sh
to bash
. In order to run Incorta Direct Data PlatformTM on Ubuntu, ensure that the default shell for Ubuntu is /bin/bash
instead of sh
for compatibility with most scripts.
Java Versions
The following are the supported Java versions.
- Oracle Java SE 8
- OpenJDK 8
Incorta does not support the Java Runtime Environment (JRE).
Database Servers
The following are the database management systems supported for the Incorta Metadata database.
Database System | Supported Versions | Comments |
---|---|---|
MySQL | 5.6.x | |
5.7.x | Set sql_mode in my.cnf | |
8.0.x | Set sql_mode in my.cnf | |
Oracle | 12c R2 | |
19c |
In the case of using MySQL 5.7.x, set the sql_mode in my.cnf as follows:
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
While using MySQL 8.0.x requires setting the sql_mode as follows:
sql_mode=""
Oracle 11g was supported till the 5.1.1 release. However, it is no longer supported for the Incorta metadata database starting the 5.1.2 release.
To use Oracle 12c or 19c for the Incorta metadata database in 5.1.2 or later releases, you must increase the maximum size of string columns in the metadata database by setting the MAX_STRING_SIZE
property to EXTENDED
. Contact your database administrator or Incorta Support to help configure this property depending on your database version. Note that once you change this property to EXTENDED
, this change will affect all objects in the database and you cannot change it back to STANDARD
. For more details, refer to Oracle 12c or Oracle 19c documentation.
Internal Applications
Incorta requires the following applications and supported versions:
Tool | Supported Version |
---|---|
Apache Spark | 2.4.3 , 2.4.7 (starting the 5.1.2 release) |
Zookeeper | 3.4.x, 3.5.x, 3.6.1 |
Python | 2.7.5, 3.5, 3.6, or 3.7 |
Apache TomCat | 9.0.34 |
Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7.