Преглед на файлове

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

Srimanth Gunturi преди 10 години
родител
ревизия
7f75455fba
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml

+ 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>