Hi all,
I am trying to run a simple "Get File Names" step on HDFS with PDI 8.0 + JDK 8. Although my transformation is working on Win10 I am facing an error on Linux machines :
Obviously my given Folderorg.apache.commons.vfs2.FileNotFolderException: Could not list the contents of "file:///home/pdi/software/pdi_8.0.0/hdfs:/mynamenode:50070/tmp" because it is not a folder.
is not respected correctly.hdfs:///mynamenode:50070/tmp
I am using a filemask ".*". When removing the filemask and adding a filename to the File/Foldername the error disappears but there is still no result.
Any ideas ?
Thank you very much
Peter