HBASE(2)
-
[HBASE] Dimporttsv시 에러 해결
에러 메세지 ERROR: No columns specified. Please specify with -Dimporttsv.columns=... Usage: importtsv -Dimporttsv.columns=a,b,c Imports the given input directory of TSV data into the specified table. The column names of the TSV data must be specified using the -Dimporttsv.columns option. This option takes the form of comma-separated column names, where each column name is either a simple column famil..
2022.04.06 -
[HBase] Could not start ZK at requested port of 2181. 해결
HBase는 내장된 zookeeper가 있어서 내가 따로 설치한 zookeeper랑 충돌이 났다. 해결 파일 : $HBASE_HOME/conf/hbase-env.sh export HBASE_MANAGES_ZK=false HBASE_MANAGES_ZK는 내장 zk를 사용할 지 말지 결정한다. false로 하면 에러 해결
2022.04.04