Hi, I've been experimenting with copying log files into hadoop. so far, I'm not having much luck, I keep getting this error:
2014/09/10 11:41:54 - Copy XForm Log Files to Hadoop - Unable to get VFS File object for filename 'hdfs://localhost:8020/user/hdfs' : Could not resolve file "hdfs://localhost:8020/user/hdfs".
I tried other pathnames and changed out localhost to the server name, no luck. the path /user/hdfs seems to exist:
root:/opt/pentaho-ce/di-jobs->hadoop fs -ls /user
Found 8 items
drwxr-xr-x - hdfs supergroup 0 2014-09-09 11:43 /user/hdfs
drwxrwxrwx - mapred hadoop 0 2014-08-29 17:14 /user/history
drwxrwxr-t - hive hive 0 2014-08-29 17:15 /user/hive
drwxrwxr-x - hue hue 0 2014-09-09 11:44 /user/hue
drwxrwxr-x - impala impala 0 2014-08-29 18:36 /user/impala
drwxrwxr-x - oozie oozie 0 2014-08-29 17:21 /user/oozie
drwxr-xr-x - sample sample 0 2014-09-09 11:44 /user/sample
drwxrwxr-x - sqoop2 sqoop 0 2014-08-29 17:16 /user/sqoop2
How do I fix this error? Is there a better way?
Thanks.
Kevin