2011年11月24日 星期四

【Hadoop】建置Hadoop(三)設定sqoop

修改vim sqoop/bin/configure-sqoop

將HBASE跟ZOOKEEPER 關閉((除非有使用那些服務))
#if [ ! -d "${HBASE_HOME}" ]; then
#  echo "Error: $HBASE_HOME does not exist!"
#  echo 'Please set $HBASE_HOME to the root of your HBase installation.'
#  exit 1
#fi
#if [ ! -d "${ZOOKEEPER_HOME}" ]; then
#  echo "Error: $ZOOKEEPER_HOME does not exist!"
#  echo 'Please set $ZOOKEEPER_HOME to the root of your ZooKeeper installation.'
#  exit 1
#fi

沒有留言:

張貼留言