Browse Source

AMBARI-11601. Point hbase.bulkload.staging.dir to accessible directory for unsecure deployment (Ted Yu via srimanth)

Srimanth Gunturi 10 năm trước cách đây
mục cha
commit
7f75455fba

+ 7 - 0
ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml

@@ -20,6 +20,13 @@
  */
 -->
 <configuration>
+  <property >
+    <name>hbase.bulkload.staging.dir</name>
+    <value>/apps/hbase/staging</value>
+    <description>A staging directory in default file system (HDFS)
+    for bulk loading.
+    </description>
+  </property>
   <property>
     <name>hbase.hstore.flush.retries.number</name>
     <value>120</value>