From a6c813b97b9baea807aecd94ddfef97664d9bd5c Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 2 Mar 2013 00:21:27 +0000 Subject: [PATCH] HBASE-4284 document permissions that need to be set on importtsv output before completebulkload git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451786 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/ops_mgt.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docbkx/ops_mgt.xml b/src/docbkx/ops_mgt.xml index a83f55da446..9343adfc470 100644 --- a/src/docbkx/ops_mgt.xml +++ b/src/docbkx/ops_mgt.xml @@ -244,6 +244,10 @@ row10 c1 c2 HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-VERSION.jar completebulkload <hdfs://storefileoutput> <tablename> +
CompleteBulkLoad Warning + Data generated via MapReduce is often created with file permissions that are not compatible with the running HBase process. Assuming you're running HDFS with permissions enabled, those permissions will need to be updated before you run CompleteBulkLoad. + +
For more information about bulk-loading HFiles into HBase, see .