32310/how-to-use-jar-file-without-putting-it-in-hdfs
If by "using", you mean distributing it, then you can use Distributed Cache to do this. Like this:
DistributedCache.addFileToClassPath(new Path("file:///path_to_your_file"), job);
You can find more about Distributed Cache here:
https://hadoop.apache.org/docs/current/api/org/apache/hadoop/filecache/DistributedCache.html
Can use pipe from wget to hdfs. You ...READ MORE
I used this command to run my ...READ MORE
The sole purpose of the virtual machine ...READ MORE
you can use hadoop fs -copyFromLocal "/home/ritwi ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
You can do this: register /local/path/to/Jar_name.jar READ MORE
You can use the hadoop fs -ls command to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.