Hi,
I have configured Hadoop 2.6 in my centos server. I face issue when connecting to hdfs using pentaho.
I face below issue :
How to resolve vfs issue. If i try with cmd line i can copy file from local to hdfs but through tool it throws an error. With 1.2 version i can do using with PDI but same script with 2.6 it doesn't work
I have configured Hadoop 2.6 in my centos server. I face issue when connecting to hdfs using pentaho.
I face below issue :
Code:
2015/01/06 17:11:10 - Hadoop Copy Files -2015/01/06 17:11:10 - Hadoop Copy Files - Unable to get VFS File object for filename 'hdfs://xxxxxx:9000/WAREHOUSE_DIR' : Could not resolve file "hdfs://xxxxxxx:9000/WAREHOUSE_DIR".
2015/01/06 17:11:10 - Hadoop Copy Files -
2015/01/06 17:11:10 - Hadoop Copy Files - ]
2015/01/06 17:11:10 - Hadoop Copy Files - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : org.pentaho.di.core.exception.KettleFileException:
2015/01/06 17:11:10 - Hadoop Copy Files -
2015/01/06 17:11:10 - Hadoop Copy Files - Unable to get VFS File object for filename 'hdfs://xxxxxxx6:9000/WAREHOUSE_DIR' : Could not resolve file "hdfs://ddd:9000/WAREHOUSE_DIR".
2015/01/06 17:11:10 - Hadoop Copy Files -
2015/01/06 17:11:10 - Hadoop Copy Files -
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.core.vfs.KettleVFS.getFileObject(KettleVFS.java:154)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.core.vfs.KettleVFS.getFileObject(KettleVFS.java:102)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.entries.copyfiles.JobEntryCopyFiles.ProcessFileFolder(JobEntryCopyFiles.java:363)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.entries.copyfiles.JobEntryCopyFiles.execute(JobEntryCopyFiles.java:315)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.Job.execute(Job.java:716)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.Job.execute(Job.java:859)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.Job.execute(Job.java:532)
2015/01/06 17:11:10 - Hadoop Copy Files - at org.pentaho.di.job.Job.run(Job.java:424)