Changes between Version 1 and Version 2 of NCHCCloudCourse100929_4_HEXM
- Timestamp:
- Sep 29, 2010, 11:35:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NCHCCloudCourse100929_4_HEXM
v1 v2 42 42 xxx:T03:P1:xxxxx 43 43 aaa:T03:P1:xxxxx 44 }}} 45 46 * 在 /opt/hbase/conf/hbase-site.xml 檔內的 <conf> .... </conf> 加入以下幾行 47 {{{ 48 #!xml 49 <property> 50 <name> hbase.regionserver.class </name> 51 <value> org.apache.hadoop.hbase.ipc.IndexedRegionInterface</value> 52 </property> 53 <property> 54 <name> hbase.regionserver.impl </name> 55 <value> 56 org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer 57 </value> 58 </property> 44 59 }}} 45 60