Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
#we need to check rpath of thrift.so
pip install patchelf-wrapper

patchelf --print-rpath install/lib/libthrift-0.9.0.so
patchelf --set-rpath '$ORIGIN' install/lib/libthrift-0.9.0.so


confirm core-site.xml in HADOOP_CONF_DIR is not 0.0.0.0:20500
but hostname:20500