commit 74e2f8bd7bd64b8072b1bb76917e023a9c27cca3 Author: Jenkins Date: Thu Aug 24 08:23:19 2017 -0700 Branching for 5.13.0 on Thu Aug 24 08:22:31 PDT 2017 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '498' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5_5.13.x' Pushed to remote origin git@github.sf.cloudera.com:CDH/datafu.git (push) commit a1c974ceb1ee4291350aad096a383f4e0ad80714 Author: Jenkins Date: Thu Aug 24 05:11:35 2017 -0700 Branching for 5.13.1-SNAPSHOT on Thu Aug 24 05:10:35 PDT 2017 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '492' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5' Pushed to remote origin git@github.sf.cloudera.com:CDH/datafu.git (push) commit c3b8e5c7f540f052ae3e979c96034b5d28ea465c Author: Jenkins Date: Thu May 25 11:03:59 2017 -0700 Updating Maven version to 5.13.0-SNAPSHOT commit a87fcad6747304b1395fe0e360197003724d128b Author: Jenkins Date: Mon Feb 27 16:10:24 2017 -0800 Updating Maven version to 5.12.0-SNAPSHOT commit f8c46f0d471c2443da6ae4a363db1276e6b23fc2 Author: Jenkins Date: Mon Nov 28 16:22:48 2016 -0800 Updating Maven version to 5.11.0-SNAPSHOT commit 5275ba103ceddcf36dee199cf582d6cc0f4269ac Author: Jenkins Date: Thu Aug 18 13:43:24 2016 -0700 Updating Maven version to 5.10.0-SNAPSHOT commit aa5ed30015d86a526c8ff848c8a117b2381602b6 Author: Jenkins Date: Mon May 16 14:00:42 2016 -0700 Update to 5.9.0-SNAPSHOT on Mon May 16 14:00:09 PDT 2016 JOB_NAME : 'Cut-Release-Branches' BUILD_NUMBER : '333' CODE_BRANCH : '' OLD_CDH_BRANCH : 'cdh5' Pushed to remote origin git@github.sf.cloudera.com:CDH/datafu.git (push) commit 326e63b7ad5c47aedc8859ac453e4fed600d2fae Author: Jenkins Date: Fri Feb 12 20:26:35 2016 -0800 Updating Maven version to 5.8.0-SNAPSHOT commit 69b07818e9ba0be9a6cc0cc147882246cef90a08 Author: Philip Zeyliger Date: Fri Dec 18 00:43:32 2015 +0000 CLOUDERA-BUILD Exposing maven variables to ant Reason: New Feature Author: Philip Zeyliger Ref: CDH-34616 To make repository.cloudera.com configurable, it's necessary to expose Maven variables to ant. This was already being done to an extent, with ant calling 'mvn process-resources', and a custom Maven plugin (com.cloudera.kitchen.maven-deps-to-props-plugin) materializing a file with assorted CDH component and dependency versions. This approach, however, did not immediately let me materialize a Maven property, nor did I wish to use "mvn help:evaluate", which is awkward and hard-to-parse. Instead, I use Maven's standard "maven-resources-plugin" to capture the variables I need. More to the point, once I'm using that, I can actually port over the existing dependency version stuff straight to this built-in plugin, reducing our world's plugin footprint by one. I did the same thing for several other builds. For the most part this build was the same, except that it didn't necessarily reference $diff -u <(cat cdh.build.properties.orig | sort | uniq) <(cat cdh.build.properties | sort | uniq) --- /dev/fd/63 2015-12-18 00:42:50.141821860 +0000 +++ /dev/fd/62 2015-12-18 00:42:50.142821941 +0000 @@ -1,16 +1,25 @@ -# + antlr.version=3.4 avro.version=1.7.6-cdh5.7.6-SNAPSHOT curr.release=1.1.0-cdh5.7.6-SNAPSHOT -#Fri Dec 18 00:34:46 UTC 2015 +# Default reactor.repo for developer builds. +# Defined canonically in the CDH root pom, +# do-component-build with the local .m2 repository. hadoop-common.version=2.6.0-cdh5.7.6-SNAPSHOT hadoop-core.version=2.6.0-mr1-cdh5.7.6-SNAPSHOT hadoop-hdfs.version=2.6.0-cdh5.7.6-SNAPSHOT hadoop-mapreduce.version=2.6.0-cdh5.7.6-SNAPSHOT hadoop-test.version=2.6.0-mr1-cdh5.7.6-SNAPSHOT hadoop.version=2.6.0-cdh5.7.6-SNAPSHOT -hbase.version=org.apache.hbase\:hbase.version +hbase.version=1.0.0-cdh5.7.6-SNAPSHOT +# Pakaging builds tend to override this in pig.version=0.12.0-cdh5.7.6-SNAPSHOT -reactor.repo=http\://maven.jenkins.cloudera.com\:8081/artifactory/cloudera-mirrors/ +reactor.repo=http://maven.jenkins.cloudera.com:8081/artifactory/cloudera-mirrors/ +releases.cloudera.com=file:///mnt/philip/local-repository/cdh-staging-local/ +repository.root=file:///mnt/philip/local-repository +snapshots.cloudera.com=file:///mnt/philip/local-repository/cdh-snapshot-local/ +# The default (at last check) is http://maven.jenkins.cloudera.com:8081/artifactory +# These override the settings in ivysettings.xml +# this may be overridden by ~/.m2/settings.xml. version=1.1.0-cdh5.7.6-SNAPSHOT zookeeper.version=3.4.5-cdh5.7.6-SNAPSHOT commit 3c212b316e3f5595e8c7e25c76cc04cbb9a83cf5 Author: Jenkins Date: Fri Sep 4 15:15:33 2015 -0700 Updating Maven version to 5.7.0-SNAPSHOT commit 47a868f232ed8e5bd865e8b246badb9c7d4db2ee Author: Jenkins slave Date: Mon Mar 9 07:45:31 2015 -0700 Preparing for CDH5.5.0 development commit e933e4dfd6e5c8c9b5a4bd2b8084ec739d29f318 Author: Jenkins slave Date: Fri Feb 13 13:25:37 2015 -0800 CLOUDERA-BUILD. Use cloudera-mirrors for datafu dependencies commit d869dde69258ba3b7c4593f1744177331d6e59e8 Author: Jenkins slave Date: Tue Oct 28 10:21:38 2014 -0700 Preparing for CDH5.4.0 development commit 0c1e9690c55b073a1ef3666345b26e784866461f Author: Jarek Jarcec Cecho Date: Mon Sep 8 10:51:16 2014 +0200 DATAFU-68: SampleByKey can throw NullPointerException https://issues.apache.org/jira/browse/DATAFU-68 Signed-off-by: Matthew Hayes commit b14beb9c0e8c9d92fb10f4d82058f724fc943b57 Author: Jenkins slave Date: Fri Sep 26 09:26:29 2014 -0700 Preparing for CDH5.3.0 development commit e8f4c0215aebf7dced527f571c9772b5cbb5de77 Author: Andrew Bayer Date: Mon Aug 18 11:23:30 2014 -0400 Moving ibiblio to top of repo list commit cb05611cc4d6e8c426f4f07d73fb9d29a98699d8 Author: Jenkins slave Date: Mon Jun 9 10:57:29 2014 -0700 Preparing for CDH5.2.0 development commit 30a4abca57754b2931e3c0f089ee4b59868128ab Author: Andrew Bayer Date: Mon Mar 3 15:03:26 2014 -0800 CLOUDERA-BUILD. Fix version of cloudera-pom.xml. commit a221b9183bfb8e6f4c8e19c066638e88cdb6ae58 Author: Jenkins slave Date: Mon Mar 3 11:02:37 2014 -0800 Preparing for CDH5.1.0 development commit 9b9ee2a944e6e3a498231fa1a245741970d5d281 Author: Andrew Bayer Date: Fri Feb 7 11:15:33 2014 -0800 CLOUDERA-BUILD. Adding cdh-release-rcs repo commit ceebd0544da9b931916b8eabc018f7ce38a0a001 Author: Jarek Jarcec Cecho Date: Thu Nov 14 09:38:45 2013 -0800 CLOUDERA-BUILD. Adding additional CDH repository commit 9afc6429e75a9ffa4ed8a7e875ae740b605e1f26 Author: Jarek Jarcec Cecho Date: Thu Nov 14 08:23:09 2013 -0800 CLOUDERA-BUILD. Removing unused jetty version commit de9e60c1dbd4f9321af2e036b1114b80b5816831 Author: Jarek Jarcec Cecho Date: Wed Nov 6 19:14:25 2013 -0800 CLOUDERA-BUILD. Increasing the version in cloudera pom files commit c50aa791d928483640b3dcb335524d32cc0d5f0b Author: Jarek Jarcec Cecho Date: Wed Nov 6 18:49:04 2013 -0800 CLOUDERA-BUILD. Compiling against CDH