Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown if fluo yarn commands run on empty Zookeeper #386

Closed
mikewalch opened this issue Dec 31, 2014 · 0 comments
Closed

Exception thrown if fluo yarn commands run on empty Zookeeper #386

mikewalch opened this issue Dec 31, 2014 · 0 comments
Labels
Milestone

Comments

@mikewalch
Copy link
Member

This exception is thrown every time the command fluo-dev deploy is run with fresh Zookeeper.

No root node '/' exists in ZK which causes exception. Commands should check if root node exists before reading ZK.

Exception in thread "YarnTwillRunnerService STARTING" java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /
    at com.google.common.base.Throwables.propagate(Throwables.java:160)
    at com.google.common.util.concurrent.AbstractIdleService$1$1.run(AbstractIdleService.java:47)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.ExecutionException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /
    at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:294)
    at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:281)
    at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)
    at org.apache.twill.yarn.YarnTwillRunnerService.startUp(YarnTwillRunnerService.java:304)
    at com.google.common.util.concurrent.AbstractIdleService$1$1.run(AbstractIdleService.java:43)
    ... 1 more

@mikewalch mikewalch added the bug label Dec 31, 2014
@mikewalch mikewalch self-assigned this Dec 31, 2014
@mikewalch mikewalch added this to the 1.0.0-beta-1 milestone Dec 31, 2014
keith-turner added a commit that referenced this issue Jan 6, 2015
Closes #386 - Exception thrown if fluo yarn commands run on empty Zookee...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant