Bill Yu wrote:
Hi everyone,when I run the following code: ObjectInputStream in = new ObjectInputStream(new FileInputStream("hdfs://localhost:9000/myDir/trajectory/test.obj")); it throws an error that the directory is not exist, how can I define the its path ? Any suggestion is appreciate !
1. This is not a dev question, please use the -user lists 2. Java.io classes aren't the way to open HDFS files