RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-14 Thread Roger Whitcomb
...@hotmail.com Sent: Friday, April 11, 2014 6:02 PM To: user@hadoop.apache.org Subject: RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access? If memory serves me, its in the hadoop-hdfs.jar file. Sent via the Samsung GALAXY S®4, an ATT 4G LTE smartphone Original

Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-11 Thread Roger Whitcomb
Hi, I'm fairly new to Hadoop, but not to Apache, and I'm having a newbie kind of issue browsing HDFS files. I have written an Apache Commons VFS (Virtual File System) browser for the Apache Pivot GUI framework (I'm the PMC Chair for Pivot: full disclosure). And now I'm trying to get this

RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-11 Thread david marion
not tested with security turned on. Are you using security? Dave From: roger.whitc...@actian.com To: user@hadoop.apache.org Subject: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access? Date: Fri, 11 Apr 2014 20:20:06 + Hi, I'm fairly new to Hadoop, but not to Apache

RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-11 Thread david marion
be an issue that is not accounted for with Hadoop 2. It was also not tested with security turned on. Are you using security? Dave From: roger.whitc...@actian.com To: user@hadoop.apache.org Subject: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access? Date: Fri, 11 Apr

RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-11 Thread Roger Whitcomb
: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access? Also, make sure that the jars on the classpath actually contain the HDFS file system. I'm looking at: No FileSystem for scheme: hdfs which is an indicator for this condition. Dave From

RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access?

2014-04-11 Thread dlmarion
:55 PM To: user@hadoop.apache.org Subject: RE: Which Hadoop 2.x .jars are necessary for Apache Commons VFS HDFS access? Also, make sure that the jars on the classpath actually contain the HDFS file system. I'm looking at: No FileSystem for scheme: hdfs which is an indicator for this condition