Index: DISCLAIMER.txt =================================================================== --- DISCLAIMER.txt (revision 1345050) +++ DISCLAIMER.txt (working copy) @@ -1,7 +0,0 @@ -Apache Hama is an effort undergoing incubation at The Apache Software Foundation (ASF), -sponsored by the Incubator PMC. Incubation is required of all newly accepted projects -until a further review indicates that the infrastructure, communications, and decision -making process have stabilized in a manner consistent with other successful ASF projects. -While incubation status is not necessarily a reflection of the completeness or stability -of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - Index: README.txt =================================================================== --- README.txt (revision 1345050) +++ README.txt (working copy) @@ -1,6 +1,6 @@ For the latest information about Hama, please visit our website at: - http://incubator.apache.org/hama + http://hama.apache.org/ and our wiki, at: Index: pom.xml =================================================================== --- pom.xml (revision 1345050) +++ pom.xml (working copy) @@ -28,8 +28,8 @@ org.apache.hama hama-parent Apache Hama parent POM - 0.5.0-incubating-SNAPSHOT - http://incubator.apache.org/hama + 0.5.0-SNAPSHOT + http://hama.apache.org pom 3.0 @@ -45,26 +45,26 @@ Hama User List - hama-user-subscribe@incubator.apache.org - hama-user-unsubscribe@incubator.apache.org + user-subscribe@hama.apache.org + user-unsubscribe@hama.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-hama-user/ + http://mail-archives.apache.org/mod_mbox/hama-user-hama-user/ Hama Developer List - hama-dev-subscribe@incubator.apache.org - hama-dev-unsubscribe@incubator.apache.org + dev-subscribe@hama.apache.org + dev-unsubscribe@hama.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-hama-dev/ + http://mail-archives.apache.org/mod_mbox/hama-dev/ Hama Commits List - hama-commits-subscribe@incubator.apache.org - hama-commits-unsubscribe@incubator.apache.org + commits-subscribe@hama.apache.org + commits-unsubscribe@hama.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-hama-commits/ + http://mail-archives.apache.org/mod_mbox/hama-commits/ @@ -76,12 +76,12 @@ - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/ + scm:svn:https://svn.apache.org/repos/asf/hama/ - scm:svn:http://svn.apache.org/repos/asf/incubator/hama/trunk/ + scm:svn:http://svn.apache.org/repos/asf/hama/trunk/ - scm:svn:https://svn.apache.org/repos/asf/incubator/hama/trunk/ + scm:svn:https://svn.apache.org/repos/asf/hama/trunk/ @@ -381,7 +381,7 @@ apache.website - scpexe://people.apache.org/www/incubator.apache.org/content/hama + scpexe://people.apache.org/www/hama.apache.org Index: contrib/monitor-plugin/jvm-metrics/pom.xml =================================================================== --- contrib/monitor-plugin/jvm-metrics/pom.xml (revision 1345050) +++ contrib/monitor-plugin/jvm-metrics/pom.xml (working copy) @@ -34,7 +34,7 @@ org.apache.hama hama-core - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT junit Index: core/pom.xml =================================================================== --- core/pom.xml (revision 1345050) +++ core/pom.xml (working copy) @@ -21,14 +21,14 @@ org.apache.hama hama-parent - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT 4.0.0 org.apache.hama hama-core core - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT jar Index: core/src/main/java/org/apache/overview.html =================================================================== --- core/src/main/java/org/apache/overview.html (revision 1345050) +++ core/src/main/java/org/apache/overview.html (working copy) @@ -138,7 +138,7 @@

Run the BSP Examples

Run the command:
-% $HAMA_HOME/bin/hama jar hama-examples-0.x.0-incubating.jar
+% $HAMA_HOME/bin/hama jar hama-examples-x.x.x.jar
 

Hama Web Interfaces

Index: dist/pom.xml =================================================================== --- dist/pom.xml (revision 1345050) +++ dist/pom.xml (working copy) @@ -22,7 +22,7 @@ org.apache.hama hama-parent - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT hama-dist Index: examples/pom.xml =================================================================== --- examples/pom.xml (revision 1345050) +++ examples/pom.xml (working copy) @@ -21,14 +21,14 @@ org.apache.hama hama-parent - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT 4.0.0 org.apache.hama hama-examples examples - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT jar Index: graph/pom.xml =================================================================== --- graph/pom.xml (revision 1345050) +++ graph/pom.xml (working copy) @@ -21,14 +21,14 @@ org.apache.hama hama-parent - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT 4.0.0 org.apache.hama hama-graph graph - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT jar Index: src/site/site.xml =================================================================== --- src/site/site.xml (revision 1345050) +++ src/site/site.xml (working copy) @@ -18,13 +18,9 @@ Hama - http://incubator.apache.org/hama/images/apache-incubator-hama-white.png - http://incubator.apache.org/hama/index.html + /images/headerlogo.png + http://hama.apache.org/ - - http://incubator.apache.org/hama/images/apache-incubator-logo.png - http://incubator.apache.org/ - @@ -40,14 +36,13 @@ - + - - + @@ -77,7 +72,7 @@ - + Index: src/site/xdoc/developers.xml =================================================================== --- src/site/xdoc/developers.xml (revision 1345050) +++ src/site/xdoc/developers.xml (working copy) @@ -32,7 +32,7 @@

The source files are now stored on Subversion : - https://svn.apache.org/repos/asf/incubator/hama/trunk + https://svn.apache.org/repos/asf/hama/trunk
And, git mirros : git://git.apache.org/hama.git [ http, github ] Index: src/site/xdoc/downloads.xml =================================================================== --- src/site/xdoc/downloads.xml (revision 1345050) +++ src/site/xdoc/downloads.xml (working copy) @@ -30,7 +30,7 @@ Apache License, Version 2.0. See the NOTICE.txt file contained in each release artifact for applicable copyright attribution notices.

- Download a release now! + Download a release now!

Index: src/site/xdoc/getting_started_with_hama.xml =================================================================== --- src/site/xdoc/getting_started_with_hama.xml (revision 1345050) +++ src/site/xdoc/getting_started_with_hama.xml (working copy) @@ -121,6 +121,6 @@

to stop all the daemons running on your cluster.

-  % $HAMA_HOME/bin/hama jar hama-examples-0.x.0-incubating.jar [args]
+ % $HAMA_HOME/bin/hama jar hama-examples-x.x.x.jar [args] Index: src/site/xdoc/hama_on_clouds.xml =================================================================== --- src/site/xdoc/hama_on_clouds.xml (revision 1345050) +++ src/site/xdoc/hama_on_clouds.xml (working copy) @@ -39,7 +39,7 @@

-  % cd /usr/local/hama-0.x.0-incubating
-  % bin/hama jar hama-examples-0.x.0-incubating.jar [args]
+ % cd /usr/local/hama-0.x.0 + % bin/hama jar hama-examples-x.x.x.jar [args] Index: src/site/xdoc/index.xml =================================================================== --- src/site/xdoc/index.xml (revision 1345050) +++ src/site/xdoc/index.xml (working copy) @@ -23,21 +23,9 @@
-

Apache Hama is a pure BSP(Bulk Synchronous Parallel) computing framework on top of HDFS (Hadoop Distributed File System) for massive scientific computations - such as matrix, graph and network algorithms. Currently, it has the following features: -

-
    -
  • Job submission and management interface.
  • -
  • Multiple tasks per node.
  • -
  • Input/Output Formatter.
  • -
  • Checkpoint recovery.
  • -
  • Support to run in the Cloud using Apache Whirr.
  • -
  • Support to run with Hadoop YARN.
  • -
  • Support Pregel-style Graph computing framework as a sub-module.
  • -
-
+ such as matrix, graph and network algorithms.

- - - - - - - - - - - - - + - - - - - - - - + + - - + + - + - + - +

Recent News

@@ -80,14 +68,5 @@
  • See our How to Contribute to Hama page
  • Jira usage guidelines
  • - - -

    - Apache Hama is an effort undergoing incubation at The Apache Software Foundation (ASF), - sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, - communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. - While incubation status is not necessarily a reflection of the completeness or stability of the code, - it does indicate that the project has yet to be fully endorsed by the ASF. -

    Index: src/site/xdoc/mail-lists.xml =================================================================== --- src/site/xdoc/mail-lists.xml (revision 1345050) +++ src/site/xdoc/mail-lists.xml (working copy) @@ -28,22 +28,22 @@

    If you use Hama, please subscribe to the Hama user mailing list.
    The Hama user mailing list is : - hama-user@incubator.apache.org. + user@hama.apache.org.

    If you'd like to contribute to Hama, please subscribe to the Hama developer mailing list.
    The Hama developer mailing list is : - hama-dev@incubator.apache.org. + dev@hama.apache.org.

    @@ -51,11 +51,11 @@ If you'd like to see changes made in Hama's version control system then subscribe to the Hama commit mailing list.
    The Hama commit mailing list is : - hama-commits@incubator.apache.org. + commits@hama.apache.org.

    Index: src/site/xdoc/team-list.xml =================================================================== --- src/site/xdoc/team-list.xml (revision 1345050) +++ src/site/xdoc/team-list.xml (working copy) @@ -53,58 +53,40 @@
    chanwitChanwit KaewkasiThe University of Manchestercommitter
    ianhIan HolsmanAOLmentor, committer
    tommaso Tommaso Teofili Adobementor, committerPMC member, committer
    edwardyoon Edward J. YoonOracle corporationcommitter
    jeastmanJeff EastmanNarusmentor, committerOraclePMC member, committer
    stevel Steve LoughranHP Laboratoriesmentor, committerHortonworksPMC member, committer
    tjungblut Thomas Jungblut Testberichte.decommitterPMC member, committer
    chl501 Chia-Hung Lin .committerPMC member, committer
    surajsmenon Suraj Menon VerisigncommitterPMC member, committer
    Index: yarn/pom.xml =================================================================== --- yarn/pom.xml (revision 1345050) +++ yarn/pom.xml (working copy) @@ -20,14 +20,14 @@ org.apache.hama hama-parent - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT 4.0.0 org.apache.hama hama-yarn yarn - 0.5.0-incubating-SNAPSHOT + 0.5.0-SNAPSHOT jar