Merge remote-tracking branch 'public/master'
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6db75676 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6db75676 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6db75676 Branch: refs/heads/master Commit: 6db7567623f69aa390a8c81c00a0bdb45939c58e Parents: 826c9bc 1849e58 Author: Konstantin Boudnik <[email protected]> Authored: Mon Mar 24 12:17:56 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Mar 24 12:17:56 2014 -0700 ---------------------------------------------------------------------- .gitignore | 2 + NOTICE | 2 +- .../modules/hadoop/templates/yarn-site.xml | 4 +- .../src/common/bigtop-utils/provision.groovy | 284 ++++++++++++++++ .../src/common/hadoop/conf.empty/yarn-site.xml | 4 +- .../src/common/hadoop/conf.pseudo/yarn-site.xml | 4 +- .../src/common/hadoop/init-hcfs.json | 35 +- .../itest/hadoop/hcfs/TestFuseHCFS.groovy | 321 +++++++++++++++++++ .../bigtop/itest/hadoop/hdfs/TestFuseDFS.groovy | 125 -------- .../hadoop/src/main/resources/part-00001.snappy | Bin 0 -> 50 bytes .../bigtop/itest/httpfs/TestHttpFs.groovy | 32 +- .../bigtop/itest/iolongevity/TestSLive.groovy | 2 +- 12 files changed, 649 insertions(+), 166 deletions(-) ----------------------------------------------------------------------
