Index: ivy.xml =================================================================== --- ivy.xml (revision 1092809) +++ ivy.xml (working copy) @@ -15,11 +15,12 @@ limitations under the License. --> - + - + - Apache Hadoop Howl + Apache HCatalog @@ -34,6 +35,13 @@ - + + + Index: ivy/libraries.properties =================================================================== --- ivy/libraries.properties (revision 1092809) +++ ivy/libraries.properties (working copy) @@ -14,4 +14,8 @@ #It drives ivy and the generation of a maven POM junit.version=3.8.1 +ivy.version=2.2.0 +pig.version=0.8.0 +commons-cli.version=1.0 +#hadoop-core.version=0.20.2 Waiting for a secure version of hadoop in maven Index: ivy/ivysettings.xml =================================================================== --- ivy/ivysettings.xml (revision 0) +++ ivy/ivysettings.xml (revision 0) @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/test/all-tests =================================================================== --- src/test/all-tests (revision 0) +++ src/test/all-tests (revision 0) @@ -0,0 +1 @@ +**/Test*.java Index: src/test/excluded-tests =================================================================== --- src/test/excluded-tests (revision 0) +++ src/test/excluded-tests (revision 0) @@ -0,0 +1,2 @@ + + Index: src/docs/forrest.properties =================================================================== --- src/docs/forrest.properties (revision 1092809) +++ src/docs/forrest.properties (working copy) @@ -96,6 +96,8 @@ # PIG-1508: Workaround for http://issues.apache.org/jira/browse/FOR-984 # Remove when forrest-0.9 is available forrest.validate.sitemap=false +forrest.validate.stylesheets=false +forrest.validate.skins.stylesheets=false #forrest.validate.stylesheets=${forrest.validate} #forrest.validate.skins=${forrest.validate} Property changes on: hive ___________________________________________________________________ Added: svn:externals + -r 1085590 http://svn.apache.org/repos/asf//hive/tags/release-0.7.0 external Index: hive/README =================================================================== --- hive/README (revision 0) +++ hive/README (revision 0) @@ -0,0 +1,16 @@ +The Hive code is pulled in via an SVN external definition. This allows +us to have a local version of hive to build against, including an +up to date trunk version, without needing to fork the code. + +The external definition is pegged to an SVN revision, so that +changes in Hive's code base do not cause suprising changes in HCatalog. +The SVN revision should be updated regularly. + +For release branches, the SVN revision should be pegged against a Hive release +tag. + +The external definition can be edited by doing: + +svn propedit svn:externals hive + +in the top level directory. Index: build.xml =================================================================== --- build.xml (revision 1092809) +++ build.xml (working copy) @@ -18,61 +18,303 @@ --> - - + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You need Apache Ivy 2.0 or later from http://ant.apache.org/ + It could not be loaded from ${ivy_repo_url} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tests failed! + + + + + + + + + + + + + + + - - + - + - - - -