2017-02-13 2 views
0

HBase를 gs : // scheme (google 버킷)과 함께 사용할 계획이지만 gs : // fs는 WAL 파일과 함께 사용할 수 없습니다.HBase WAL 위치 변경

Cause: 
java.io.IOException: cannot get log writer 
Caused by: java.io.IOException: createNonRecursive unsupported for this filesystem class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem 

나는 그것이 예를 들어, WAL 파일은 HBase를 루트 디렉토리에서 분리 저장하는 방법,해야 발견 : https://docs.aws.amazon.com/emr/latest/ReleaseGuide/images/hbase_s3.png

그래서, 내 질문은 - 데이터 파일과 WAL 파일을 분리하는 방법을. GS에 데이터를 저장하려면 : // 및 WALs HDFS에서 : //은 ... 불행하게도 여전히 자신에 의해 그것을 찾을 수 없습니다 ...

답변