New Feature | Description |
Actian Vector 5.0 | Supports Load Actian Vector On Hadoop Direct DataFlow node. |
KNIME 3.1.2 | Site installation is updated for DataFlow to package with KNIME 3.1.2. |
Issue | Description | Resolution |
— | Cannot support Apache Hadoop 3.0.0—release has known issues and has been deprecated by Apache. | Use Hadoop 3.0.1. |
— | Cannot support MapR 6.0.0—release has issues with inconsistent native libraries. | Use MapR 6.0.1. |
DR-3015 | When you run a workflow having ORC writer and the stripe size modified to a value that is not a multiple of 1024, it fails with an error. | This issue will be fixed in a future release. |
DR-2989 | When you run a YARN job on Vector using the SQL Copy load method, the job fails. | Run the job using the Direct Load method. |
DR-2925 | When you access files in a MapR instance of HDFS using KNIME with DataFlow extensions on Windows, the KNIME process fails. This failure is indicated by an error in a shared library which causes the KNIME JVM to exit unexpectedly. | This issue will be fixed in a future release. |
DR-2897 | When you configure KNIME for Kerberos-enabled HDFS on a Windows client, KNIME fails to start because the operator libraries are not loaded. | This issue will be fixed in a future release. |
DR-2534 | Wrapping the DataFlow Java application as a web service has problems with external .jar files in WEB-INF\lib. | Copy the required .jar files to the Tomcat lib folder. |
DR-2486 | A deadlock may occur when you execute a DataFlow job within YARN. The deadlock is caused by the number of resources for worker containers matching the capacity of the cluster. | Lower the resource requirements for the job to less than the capacity of the cluster. |
DR-2484 | Attempting to specify multiple .jar files on the dr command line using the -cp option causes a failure and writing of nonsense characters to the terminal. | Place required .jar files in the lib folder of the DataFlow installation. |
DR-2482 | When viewing the YARN Resource Manager job page, the URL links for running DataFlow jobs do not work correctly. An error is displayed about POST messages not being supported. | The DataFlow cluster manager supports displaying detailed run-time metrics about DataFlow jobs. |
DR-2477 | The DataFlow ODI for Actian Matrix does not support an uninstall option. | Manually uninstall the UDF for DataFlow by deleting the registered UDF function in the Matrix UDF table. |
Issue | Description | Resolution |
N/A | When creating a new DataFlow workflow from KNIME on Linux, KNIME might hang. This is a KNIME issue that occurs when the printing service, Common UNIX Printing System (CUPS) is not running. For information about this issue, see
KNIME forum. | Start the CUPS service using the service cups start command. |
DR-3321 | DataFlow jobs that are executed on an YARN-enabled Hadoop cluster with HA and Kerberos enabled fail with an error. This occurs when KNIME version 2.11.3 with Java version 1.7.0-60 is used on a Hadoop cluster. | Do any of the following: • Export the workflow as a JSON file from KNIME and execute using DR command line script. The script accepts JAVA_HOME, which matches the Hadoop cluster and therefore has the same security libraries. • Manually override the Java that is used by KNIME when the correct Java version (1.7.0-67) is available on the system. This requires you to edit the knime.ini file to manually set the VM to use the correct version and restart KNIME. For example, see
Code example. • When Java is not installed on the client system, replace the security folder that is available at KNIME_HOME/jre/lib/security with the version included in the Java instance that is used to run the Hadoop version 2.2 cluster. After replacing the folder, restart KNIME, and the security will match the cluster. |