| 
                Last change
                  on this file since 235 was
                  235,
                  checked in by jazz, 15 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
  
           | 
        
        | 
            File size:
            467 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | VERSION=0.1.4 | 
|---|
| 2 |  | 
|---|
| 3 | all: full net | 
|---|
| 4 |  | 
|---|
| 5 | full: | 
|---|
| 6 |   cp hadoop-*.tar.gz hadoop4win-setup/my_packages/hadoop/. | 
|---|
| 7 |   cp jdk*.zip hadoop4win-setup/my_packages/jdk/. | 
|---|
| 8 |   zip -r hadoop4win-setup-full_${VERSION}.zip hadoop4win-setup | 
|---|
| 9 |  | 
|---|
| 10 | net: | 
|---|
| 11 |   rm -f hadoop4win-setup/my_packages/hadoop/hadoop-*.tar.gz | 
|---|
| 12 |   rm -f hadoop4win-setup/my_packages/jdk/jdk*.zip | 
|---|
| 13 |   zip -r hadoop4win-setup-net_${VERSION}.zip hadoop4win-setup | 
|---|
| 14 |  | 
|---|
| 15 | clean: | 
|---|
| 16 |   rm -f hadoop4win-setup-full_${VERSION}.zip hadoop4win-setup-net_${VERSION}.zip | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.