Repository: bigtop Updated Branches: refs/heads/master 097a430d1 -> bf513ded3
BIGTOP-2803. Minor issues in bigtop.bom (addendum) Closes #235 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bf513ded Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bf513ded Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bf513ded Branch: refs/heads/master Commit: bf513ded37d0e60c1d9e47991e473cc3c9c1e227 Parents: 097a430 Author: Kengo Seki <[email protected]> Authored: Wed Jun 14 02:33:37 2017 -0400 Committer: Kengo Seki <[email protected]> Committed: Wed Jun 14 02:44:37 2017 -0400 ---------------------------------------------------------------------- bigtop.bom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bf513ded/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 6cc9622..1bce339 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -91,8 +91,7 @@ bigtop { dependsOn := [list of dependents] So, below phoenix and giraph ought to be build after the hbase has been built - To build a component without its dependencies, simply comment out - dependencies section or run build with -Dbuildnodeps=true + To build a component with its dependencies, run build with -Dbuildwithdeps=true */ dependencies = [ zookeeper:['hadoop', 'hbase'],
