You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/04/12 21:00:30 UTC

[1/4] git commit: BIGTOP-760. Install DataFu artifacts needed by other components into local Maven cache

Updated Branches:
  refs/heads/master a6b3d046c -> 45ef3b43b


BIGTOP-760. Install DataFu artifacts needed by other components into local Maven cache


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1826945f
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1826945f
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1826945f

Branch: refs/heads/master
Commit: 1826945f497deb7f98ddbc476eb00775ec7b352e
Parents: a6b3d04
Author: Sean Mackrory <ma...@gmail.com>
Authored: Tue Mar 26 11:49:55 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Apr 12 11:57:16 2013 -0700

----------------------------------------------------------------------
 .../src/common/datafu/do-component-build           |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/1826945f/bigtop-packages/src/common/datafu/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/datafu/do-component-build b/bigtop-packages/src/common/datafu/do-component-build
index 2959d1f..ffbf386 100644
--- a/bigtop-packages/src/common/datafu/do-component-build
+++ b/bigtop-packages/src/common/datafu/do-component-build
@@ -20,4 +20,8 @@ set -ex
 
 sed -i -e '/<dependency org="org.apache.pig"/s# rev=[^ >][^ >]*# rev="'$PIG_VERSION'"#' ivy.xml
 
-ant jar "$@"
+ant jar -Dversion=$DATAFU_VERSION "$@"
+
+# Install artifacts into the local Maven cache
+mvn install:install-file -DgroupId=com.linkedin.datafu -DartifactId=datafu -Dversion=$DATAFU_VERSION -Dpackaging=jar -Dfile=dist/datafu-$DATAFU_VERSION.jar
+


[3/4] git commit: BIGTOP-760. Push artifacts from non-Maven projects into local Maven cache (Sean Mackrory via rvs)

Posted by rv...@apache.org.
BIGTOP-760. Push artifacts from non-Maven projects into local Maven cache (Sean Mackrory via rvs)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/af3acccd
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/af3acccd
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/af3acccd

Branch: refs/heads/master
Commit: af3acccdefb1f00213acff8d9815115405069350
Parents: 64e357b
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Apr 12 11:58:26 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Apr 12 11:58:26 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/pig/do-component-build |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/af3acccd/bigtop-packages/src/common/pig/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/pig/do-component-build b/bigtop-packages/src/common/pig/do-component-build
index a151190..f19d38f 100644
--- a/bigtop-packages/src/common/pig/do-component-build
+++ b/bigtop-packages/src/common/pig/do-component-build
@@ -44,3 +44,6 @@ for build_file in contrib/piggybank/java/build.xml contrib/zebra/build.xml ; do
   ant $BUILD_OPTS -buildfile $build_file clean jar "$@"
 done
 ant $BUILD_OPTS tar "$@"
+
+# install the Pig jar into the local Maven cache
+mvn install:install-file -DgroupId=org.apache.pig -DartifactId=pig -Dversion=${PIG_VERSION} -Dpackaging=jar -Dfile=pig.jar


[2/4] git commit: BIGTOP-760. Install Solr artifacts into local Maven cache

Posted by rv...@apache.org.
BIGTOP-760. Install Solr artifacts into local Maven cache


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/64e357b9
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/64e357b9
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/64e357b9

Branch: refs/heads/master
Commit: 64e357b9cd3ffe933f657a513b866cd74d16511a
Parents: 1826945
Author: Sean Mackrory <ma...@gmail.com>
Authored: Wed Mar 27 07:58:38 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Apr 12 11:57:22 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/solr/do-component-build |   16 +++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/64e357b9/bigtop-packages/src/common/solr/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/solr/do-component-build b/bigtop-packages/src/common/solr/do-component-build
index 08486ca..53ab45f 100755
--- a/bigtop-packages/src/common/solr/do-component-build
+++ b/bigtop-packages/src/common/solr/do-component-build
@@ -15,6 +15,9 @@
 # limitations under the License.
 
 set -ex
+
+. `dirname $0`/bigtop.bom
+
 IVY_MIRROR_PROP=${IVY_MIRROR_PROP:-http://repo1.maven.org/maven2/}
 BUILD_OPTS="-Dversion=${FULL_VERSION}                                  \
             -Divy.home=${HOME}/.ivy2 -Drepo.maven.org=$IVY_MIRROR_PROP \
@@ -32,3 +35,16 @@ ant $BUILD_OPTS clean
 
 # Build Solr package 
 (cd solr ; ant $BUILD_OPTS create-package "$@")
+
+# Install artifacts into the local Maven cache
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-dataimporthandler-extras -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-dataimporthandler-extras-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-dataimporthandler -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-dataimporthandler-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-analysis-extras -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-analysis-extras-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-solrj -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-solrj-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-uima -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-uima-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-test-framework -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-test-framework-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-cell -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-cell-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-clustering -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-clustering-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-core -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-core-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-velocity -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-velocity-$SOLR_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-langid -Dversion=$SOLR_VERSION -Dpackaging=jar -Dfile=solr/dist/solr-langid-$SOLR_VERSION.jar


[4/4] git commit: BIGTOP-760. Push artifacts from non-Maven projects into local Maven cache (Sean Mackrory via rvs)

Posted by rv...@apache.org.
BIGTOP-760. Push artifacts from non-Maven projects into local Maven cache (Sean Mackrory via rvs)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/45ef3b43
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/45ef3b43
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/45ef3b43

Branch: refs/heads/master
Commit: 45ef3b43b423899bb5d60600b1b0207f7b5dc37a
Parents: af3accc
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Apr 12 11:59:25 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Apr 12 11:59:25 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/hive/do-component-build |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/45ef3b43/bigtop-packages/src/common/hive/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hive/do-component-build b/bigtop-packages/src/common/hive/do-component-build
index d2ab813..1f8e419 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -40,3 +40,9 @@ __EOT__
 
 ant -f src/build.xml `bom2props | sed -e 's#^#-D#'` -Dhadoop.security.version.prefix=0.23 \
     -Dversion=$HIVE_VERSION -Dinclude.postgres=true very-clean package "$@"
+
+# Install Hive artifacts needed by other components into the local Maven cache
+mvn install:install-file -DgroupId=org.apache.hive -DartifactId=hive-builtins -Dversion=$HIVE_VERSION -Dpackaging=jar -Dfile=src/build/builtins/hive-builtins-$HIVE_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.hive -DartifactId=hive-cli -Dversion=$HIVE_VERSION -Dpackaging=jar -Dfile=src/build/cli/hive-cli-$HIVE_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.hive -DartifactId=hive-contrib -Dversion=$HIVE_VERSION -Dpackaging=jar -Dfile=src/build/contrib/hive-contrib-$HIVE_VERSION.jar
+mvn install:install-file -DgroupId=org.apache.hive -DartifactId=hive-exec -Dversion=$HIVE_VERSION -Dpackaging=jar -Dfile=src/build/ql/hive-exec-$HIVE_VERSION.jar