Re: how to get hadoop HDFS path?

2013-07-12 Thread deepak rosario tharigopla
You can get the hdfs file system as follows Configuration conf = new Configuration(); conf.addResource(new Path(/home/dpancras/TradeStation/CassandraPigHadoop/WebContent/WEB-INF/core-site.xml)); conf.addResource(new

Re: how to get hadoop HDFS path?

2013-07-12 Thread deepak rosario tharigopla
()+| + TestMyCo.class.getCanonicalName()+|+Coprocessor.PRIORITY_USER); On Fri, Jul 12, 2013 at 2:00 PM, deepak rosario tharigopla rozartharigo...@gmail.com wrote: You can get the hdfs file system as follows Configuration conf = new Configuration(); conf.addResource(new Path(/home/dpancras

Re: stop-dfs.sh does not work

2013-07-10 Thread deepak rosario tharigopla
Also, You can browse to this location which is the jdk root /usr/lib/jvm/jdk1.6.0_43/bin/ and if you can find jps (jdk1.6 comes with jps but not openjdk and its preferable to use sun jdk6 for hadoop) there simple type jps and execute which will give you all the java process in the JVM Good handy