Last change
on this file since 235 was
235,
checked in by jazz, 14 years ago
|
- modified hadoop4win-setup.bat
- change the URL of HBASE_MIRROR
- change the version of HBASE_FILE
- add installation of Apache ANT
- add my_packages/ant*
- related to Apache ANT installation
- modified my_packages/hadoop/conf-examples/core-site.xml
- change ${hadoop.tmp.dir} to c:/hadoop4win/var/hadoop
- modified my_packages/hadoop/conf-examples/hadoop-env.sh
- set HADOOP_HEAPSIZE to 256 MB
- modified Makefile
|
-
Property svn:executable set to
*
|
File size:
395 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> |
---|
3 | |
---|
4 | <!-- Put site-specific property overrides in this file. --> |
---|
5 | |
---|
6 | <configuration> |
---|
7 | <property> |
---|
8 | <name>fs.default.name</name> |
---|
9 | <value>hdfs://localhost:9000</value> |
---|
10 | </property> |
---|
11 | <property> |
---|
12 | <name>hadoop.tmp.dir</name> |
---|
13 | <value>c:/hadoop4win/var/hadoop</value> |
---|
14 | </property> |
---|
15 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.