CNevd / Difacto_DMLC

Distributed FM and LR based on Parameter Server with Ftrl
128 stars 76 forks source link

sh run_local.sh become Wrong!!! #13

Closed qichaotang closed 7 years ago

qichaotang commented 7 years ago

root@hadoop-master:~/Difacto_DMLC/src/linear# sh run_local.sh 2016-11-16 15:27:54,784 INFO start listen on 172.18.0.2:9091 build/linear.dmlc: error while loading shared libraries: libhdfs.so.0.0.0: cannot open shared object file: No such file or directory build/linear.dmlc: error while loading shared libraries: libhdfs.so.0.0.0: cannot open shared object file: No such file or directory build/linear.dmlc: error while loading shared libraries: libhdfs.so.0.0.0: cannot open shared object file: No such file or directory Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.target(*self.args, **self.__kwargs) File "/root/Difacto_DMLC/dmlc-core/tracker/tracker.py", line 345, in self.thread = Thread(target = (lambda : subprocess.check_call(self.cmd, env=env, shell=True)), args = ()) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'build/linear.dmlc guide/demo.conf ' returned non-zero exit status 127

build/dump.dmlc: error while loading shared libraries: libhdfs.so.0.0.0: cannot open shared object file: No such file or directory

qichaotang commented 7 years ago

I use hadoop cluster by docker,I try some times,this wrong appear

CNevd commented 7 years ago

try build with USE_HDFS=0 if use local model?

qichaotang commented 7 years ago

I try build with USE_HDFS=0 in config.mk,but while I use make,it become "make: Nothing to be done for `all'."

qichaotang commented 7 years ago

local model is successful!!! I try build with USE_HDFS=1 while use yarn model

CNevd commented 7 years ago

great! BTW try make clean;make when "make: Nothing to be done for `all'."