Changes between Version 67 and Version 68 of jazz/hadoop4win-dev


Ignore:
Timestamp:
Jul 19, 2012, 6:36:06 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/hadoop4win-dev

    v67 v68  
    518518 * 線上查 Hadoop4Win Trac SVN 歷史紀錄
    519519   * http://sourceforge.net/apps/trac/hadoop4win/log/
     520
     521== 2012-06-06 ==
     522
     523 * [http://sourceforge.net/apps/trac/hadoop4win/changeset?new=54%40%2F&old=51%40%2F Changes]
     524 * updated for hadoop, hbase, ant, pig and hive
     525   * upgrade to hadoop 1.0.3
     526   * upgrade to hbase 0.92.1
     527   * upgrade to pig 0.10.0
     528   * upgrade to hive 0.8.1
     529 * add make-release.sh
     530   * for core-developers on Linux to build source package for Windows
     531 * add VERSION
     532   * an notation of package version
     533 * add configure.bat
     534   * for anyone who would like to build their own setup files on Windows
     535
     536== 2012-06-07 ==
     537
     538 * [http://sourceforge.net/apps/trac/hadoop4win/changeset?new=56%40%2F&old=54%40%2F Changes]
     539 * add files/apt-cyg
     540   * for upgrade in future
     541 * modified my_packages/hadoop/bin/hadoop4win-init
     542   * change JDK from Sun JDK 6 to Open JDK 7
     543 * modified hadoop4win-full.nsi
     544   * BUGFIX: change pig version
     545   * add -P option for cygwin setup.exe to add needed packages
     546   * fix JDK path to openjdk-7-b146-windows-i586-20_jun_2011.zip
     547 * modified configure.bat
     548   * add wget package
     549
     550== 2012-06-11 ==
     551
     552 * [http://sourceforge.net/apps/trac/hadoop4win/changeset?new=58%40%2F&old=54%40%2F Changes]
     553 * modified my_packages/hbase/bin/start-hbase
     554 * modified my_packages/hadoop/bin/start-hadoop
     555   * fix issue: jps of JDK 1.0.6 update 21 could not list java process start with cygstart
     556 * modified my_packages/hadoop/bin/hadoop4win-init
     557   * HADOOP_HOME is depricated since 1.0.3
     558   * set hadoop.tmp.dir with cygpath
     559   * add apt-cyg
     560   * do not create folder for datanode for building windows hadoop cluster
     561   * add conf-full and its related configuration files
     562   * link /cygdrive/${DRIVE}/var/hadoop to /var/hadoop
     563 * modified hadoop4win-full.nsi
     564   * add apt-cyg
     565   * openjdk 7 could not list java process with jps (maybe it's the same issue of listed above)
     566 * modified configure.bat
     567   * fixed path of cyg-setup.exe