close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra_serf-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 28, 2010, 5:45:10 PM (15 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 17 | 17 | = 設定 = |
| 18 | 18 | |
| 19 | | * 修改 /opt/hbase/conf/hbase-env.sh |
| | 19 | * 加入以下幾行 /opt/hbase/conf/hbase-env.sh |
| 20 | 20 | |
| 21 | 21 | {{{ |
| … |
… |
|
| 32 | 32 | {{{ |
| 33 | 33 | #!xml |
| 34 | | <configuration><property> |
| | 34 | <configuration> |
| | 35 | <property> |
| 35 | 36 | <name>hbase.rootdir</name> |
| 36 | 37 | <value>hdfs://localhost:9000/hbase</value> |
| … |
… |
|
| 42 | 43 | <description>Temporary directory on the local filesystem.</description> |
| 43 | 44 | </property> |
| 44 | | </configuration>n> |
| | 45 | </configuration> |
| 45 | 46 | }}} |
| 46 | 47 | |