Adding simple steps to start HelloWorld example Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/5a1391ea Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/5a1391ea Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/5a1391ea Branch: refs/heads/master Commit: 5a1391ea134200255e148b3e2828ce9be9ea0144 Parents: 48031f3 Author: Kishore Gopalakrishna Authored: Tue Feb 18 18:47:58 2014 -0800 Committer: Kishore Gopalakrishna Committed: Tue Feb 18 18:47:58 2014 -0800 ---------------------------------------------------------------------- helix-provisioning/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/5a1391ea/helix-provisioning/README.md ---------------------------------------------------------------------- diff --git a/helix-provisioning/README.md b/helix-provisioning/README.md new file mode 100644 index 0000000..77a4e81 --- /dev/null +++ b/helix-provisioning/README.md @@ -0,0 +1,16 @@ +Checkout helix provisioning branch +cd helix +mvn clean package -DskipTests +cd helix-provisioning + + +yyDownload and install YARN start all services (datanode, resourcemanage, nodemanager, jobHistoryServer(optional)) + +Will post the instructions to get a local YARN cluster. + +target/helix-provisioning-pkg/bin/app-launcher.sh org.apache.helix.provisioning.yarn.example.HelloWordAppSpecFactory /Users/kgopalak/Documents/projects/incubator-helix/helix-provisioning/src/main/resources/hello_world_app_spec.yaml + + + + +