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

feat(timeline-server): Set Hbase 2.x profile version to Hbase 2.1.10 #4 #5

Open
wants to merge 8 commits into
base: branch-3.1.1-fix
Choose a base branch
from

Conversation

dapicard
Copy link

Add -Dhbase.profile=2.0 to build Timeline Server V2 with Hbase 2.1.10 support:

mvn -s .mvn/settings.xml clean install -Pdist -Dtar -Pnative -DskipTests -Dmaven.javadoc.skip=true -Dhbase.profile=2.0

@@ -165,6 +165,14 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-sslengine</artifactId>
</exclusion>
<exclusion>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you add exclusions ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These dependencies causes issues when starting the Yarn server, but I don't keep the stacktrace. If needed, I can reproduce it.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to have more logs to understand why there is a need for this exclusion, is it because of the use of HBase 2.1 instead of HBase 2.0? Can you provide the logs which indicate the error if we do not make this exclusion?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have any news ?

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

Successfully merging this pull request may close these issues.

None yet

4 participants