Hadoop HADOOP_CLASSPATH issues
This question doesn't refer to distributing jars in the whole cluster for the workers to use them. It refers to specifying a number of additional libraries on the client machine. To be more specific: I'm trying to run the following command in order to retrieve the contents of a SequenceFile: /path/to/hadoop/script fs -text /path/in/HDFS/to/my/file It throws me this error: text: java.io.IOException: WritableName can't load class: util.io.DoubleArrayWritable I have a writable class called DoubleArrayWritable. In fact , on another computer everything works well. I tried to set the HADOOP