You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/07/30 01:35:03 UTC

[GitHub] [zeppelin] gbnam opened a new pull request, #4438: Update hbase interpreter version from 1.0.0 to 2.4.12

gbnam opened a new pull request, #4438:
URL: https://github.com/apache/zeppelin/pull/4438

   ### What is this PR for?
   Update hbase interpreter version from 1.0.0 to 2.4.12
   
   ### What type of PR is it?
   Refactoring
   
   ### Todos
   [v] update hbase interpreter version
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-5791
   
   ### How should this be tested?
   * CI should pass
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] gbnam commented on pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
gbnam commented on PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438#issuecomment-1201925701

   Removed `hbase-server` dependency from hbase interpreter.
   Please check the commits. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul merged pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
jongyoul merged PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] gbnam commented on pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
gbnam commented on PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438#issuecomment-1200542377

   I solved error by exclusion glassfish. Please let me know if there is anything else I should do.
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul commented on pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
jongyoul commented on PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438#issuecomment-1200066216

   Could you please check what happens when you building it?
   
   ```
   [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  0.375 s]
   [INFO] Zeppelin: Livy interpreter ......................... SUCCESS [ 13.572 s]
   [INFO] Zeppelin: HBase interpreter ........................ FAILURE [ 12.142 s]
   [INFO] Zeppelin: JDBC interpreter ......................... SKIPPED
   [INFO] Zeppelin: File System Interpreters ................. SKIPPED
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] gbnam commented on pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
gbnam commented on PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438#issuecomment-1200079589

   Error occured when maven download some libs blocked http request.
   I solved it by editing the maven settings in local env. (https://gist.github.com/vegaasen/1d545aafeda867fcb48ae3f6cd8fd7c7)
   
   Any ideas or related issues to solve this problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul commented on pull request #4438: [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 to 2.4.12

Posted by GitBox <gi...@apache.org>.
jongyoul commented on PR #4438:
URL: https://github.com/apache/zeppelin/pull/4438#issuecomment-1200732148

   Thank you for checking it. Let's see how it goes on :-). BTW, `hbase-server` might not be used by the code level so I guess we can remove the dependency itself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org