-
Notifications
You must be signed in to change notification settings - Fork 505
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
BIGTOP-3987: Upgrade phoenix version to 5.1.3 #1181
Conversation
@smallyao please review |
The current PR doesn't work as follows. Removing patch0-PHOENIX-6766-branch-5.1.diff (and some additional work on install_phoenix.sh) seem to be required.
|
@Akanksha-kedia Is there any progress on it? If you don't have enough time for now, may I take it over? |
@sekikn i built with phenox 5.1.3 with hbase 2.5.3 and i was able without any error. Will try with this indiviually, just guide i ll try, Thanks for the concern. |
|
[INFO] Apache HBase - Shaded - Testing Util Tester ........ SUCCESS [ 5.031 s] |
I'm afraid I can't give any meaningful advice from your last two comments, because it only describes your maven options and a part of the build results. Please provide your environment, branch/revision you're working on, code modification and executed commands. See the following examples. Environment information:
Base branch/revision and code modification:
Executed command and its result containing error messages:
|
please take over |
Thanks, I'll close this PR and submit another one once it's prepared. |
Apache Phoenix is an add-on for Apache HBase that provides a programmatic ANSI SQL interface. Apache Phoenix implements best-practice optimizations to enable software engineers to develop next-generation data-driven applications based on HBase.
Hbase in Bigtop 3.3 is 2.5 that needs Phoenix 5.1.3 to support.
++ PHOENIX_VERSION=5.1.3
++ HBASE_VERSION=2.5.3
++ JDK_VERSION=1.8
export MAVEN_OPTS=-Xmx1024m
MAVEN_OPTS=-Xmx1024m
MVN_ARGS='-Phadoop-3.0 '
MVN_ARGS+='-Dhadoop-three.version=3.3.5 '
MVN_ARGS+='-Dhadoop.guava.version=27.0-jre '
MVN_ARGS+='-Djetty.version=9.3.29.v20201019 '
MVN_ARGS+='-Dzookeeper.version=3.5.9 '
MVN_ARGS+='-DskipTests '
MVN_ARGS+='-Dcheckstyle.skip=true '