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

CDH 4.4.0 is not supported #55

Open
anfeng opened this issue Oct 18, 2013 · 0 comments
Open

CDH 4.4.0 is not supported #55

anfeng opened this issue Oct 18, 2013 · 0 comments

Comments

@anfeng
Copy link
Contributor

anfeng commented Oct 18, 2013

In hadoop-0.23 branch, if we change pom file to use CDH 4.4.0, mvn test will generate the following errors. CDH 4.4.0 has some API change from CDH 4.3.0.

[INFO] Compiling 14 source files to /Users/afeng/dev/storm/storm-yarn/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/client/AMRMClientImpl.java:[29,41] error: cannot find symbol
[ERROR] symbol: class AMResponse
location: package org.apache.hadoop.yarn.api.records
/Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/client/AMRMClientImpl.java:[179,6] error: cannot find symbol
[ERROR] symbol: class AMResponse
location: class AMRMClientImpl
/Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/client/AMRMClientImpl.java:[179,44] error: cannot find symbol
[ERROR] symbol: method getAMResponse()
location: variable allocateResponse of type AllocateResponse
/Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/MasterServer.java:[72,31] error: cannot find symbol
[ERROR] symbol: method getAMResponse()
location: variable allocResponse of type AllocateResponse
/Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/MasterServer.java:[78,65] error: cannot find symbol
[ERROR] symbol: method getAMResponse()
location: variable allocResponse of type AllocateResponse
/Users/afeng/dev/storm/storm-yarn/src/main/java/com/yahoo/storm/yarn/MasterServer.java:[93,31] error: cannot find symbol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant