Open AnuradhaSK opened 5 years ago
When I issued make -j 32
under Euler compilation, after changing option(USE_HDFS "Option for using hdfs" OFF)
to option(USE_HDFS "Option for using hdfs" ON)
in the CMakeList.txt as mentioned in issue https://github.com/alibaba/euler/issues/31 the following error occurred.
Can someone help me to solve this issue ?
The compile and run require libhdfs.so and libjvm.so in $LD_LIBRARY_PATH
Both libhdfs.so and libjvm.so are correcty in $LD_LIBRARY_PATH, but I still get the same error. What would be the reason ?
I'm not clear with the given procedure for the distributed training. For the first experiment, I have partitioned the PPI dataset inti ppi_data_0.dat and ppi_data_1.dat files and loaded them to HDFS.
Can anyone give the step by step procedure to do distributed training with these files?