Hi Vikram, As you delegate to HDFS, you should have all relevant HDFS classes in classpath. Please make sure that you added all JAR files from the following directories to your startup script:
/opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/hadoop/ /opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/hadoop-hdfs/ /opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/hadoop-mapreduce/ This is not needed when you start the node using ignite.sh as these JAR files are added automatically. But this is not the case when starting application with embedded Ignite from the command line. Vladimir. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteException-No-FileSystem-for-scheme-hdfs-tp7014p7061.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
