Merge remote-tracking branch 'public/branch-0.8' into pub-master
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c15b8d26 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c15b8d26 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c15b8d26 Branch: refs/heads/master Commit: c15b8d26cefd32a703d5513766a5aae59c3d9bdd Parents: 42c72f6 1d17875 Author: Konstantin Boudnik <[email protected]> Authored: Sun Sep 28 00:10:09 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Sep 28 00:10:09 2014 -0700 ---------------------------------------------------------------------- CHANGES.txt | 204 ++++++++++ NOTICE | 5 + bigtop-bigpetstore/README.md | 15 + bigtop-bigpetstore/build.gradle | 17 + bigtop-bigpetstore/pom.xml | 16 + bigtop-bigpetstore/settings.gradle | 17 + .../generator/CustomerGenerator.scala | 17 + .../bigpetstore/generator/util/Product.java | 17 + .../bigpetstore/generator/util/ProductType.java | 17 + .../bigpetstore/generator/util/State.java | 17 + .../bigpetstore/recommend/ItemRecommender.scala | 18 + .../bigpetstore/generator/DataForger.scala | 17 + .../generator/TransactionIteratorFactory.scala | 16 +- .../bigtop/bigpetstore/ScalaTestSample.scala | 17 + bigtop-deploy/vm/vagrant/Vagrantfile | 14 + bigtop-deploy/vm/vagrant/provision.sh | 14 + .../src/common/bigtop-utils/provision.groovy | 18 +- bigtop-packages/src/common/hadoop/hdfs.1 | 15 + bigtop-packages/src/common/hadoop/mapred.1 | 15 + bigtop-packages/src/common/hadoop/yarn.1 | 15 + .../src/deb/hive/build-hive-install-file.sh | 15 + bigtop-tests/smoke-tests/flume/conf/flume.conf | 15 + bigtop-tests/smoke-tests/flume/log4j.properties | 15 + bigtop-tests/smoke-tests/hive/log4j.properties | 15 + .../smoke-tests/mahout/log4j.properties | 15 + bigtop-tests/smoke-tests/pig/build.gradle | 18 + bigtop-tests/smoke-tests/pig/log4j.properties | 15 + bigtop-tests/smoke-tests/pig/wordcount.pig | 18 + bigtop-tests/smoke-tests/sqoop/log4j.properties | 15 + pom.xml | 7 +- src/site/xdoc/release-notes.xml | 402 +++++++++++++++++++ 31 files changed, 1042 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c15b8d26/bigtop-bigpetstore/pom.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c15b8d26/pom.xml ----------------------------------------------------------------------
