You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/07/24 16:53:47 UTC

[GitHub] [hive] abstractdog opened a new pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

abstractdog opened a new pull request #1311:
URL: https://github.com/apache/hive/pull/1311


   initial commit, compiles successfully, good for a ptest


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] abstractdog edited a comment on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
abstractdog edited a comment on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-665028314


   @kgyrtkirk : could you please check what to do in order to start testing?
   I can see: "kgyrtkirk added tests pending and removed tests failed labels 4 hours ago", and "continuous-integration/travis-ci/pr" is passed (which is compilation as far as I can see), but I cannot see a testing phase


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] kgyrtkirk commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
kgyrtkirk commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-665033213


   it's waiting for execution:
   http://ci.hive.apache.org/job/hive-precommit/job/PR-1311/3/console


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] abstractdog commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
abstractdog commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-665614022


   @kgyrtkirk : another issue, if you have the chance to take a look...pr-merge fails with:
   `[2020-07-28T16:22:54.138Z] [ERROR] Failed to execute goal on project hive-shims-0.23: Could not resolve dependencies for project org.apache.hive.shims:hive-shims-0.23:jar:4.0.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.tez:tez-api:jar:0.10.1-SNAPSHOT, org.apache.tez:tez-runtime-library:jar:0.10.1-SNAPSHOT, org.apache.tez:tez-mapreduce:jar:0.10.1-SNAPSHOT, org.apache.tez:tez-tests:jar:tests:0.10.1-SNAPSHOT: Could not find artifact org.apache.tez:tez-api:jar:0.10.1-SNAPSHOT in wonder (http://artifactory/artifactory/wonder) -> [Help 1]`
   
   is it possible to enable SNAPSHOTS for "wonder"? tez 0.10.1-SNAPSHOT artifacts are present in:
   https://repository.apache.org/snapshots/org/apache/tez/tez-runtime-library/0.10.1-SNAPSHOT/
   and works for me locally without using a settings.xml
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] abstractdog commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
abstractdog commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-665028314






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] kgyrtkirk commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
kgyrtkirk commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-664228175


   @abstractdog  you could kill the prechecks in the Jenkinsfile temporarily...doesn't this needs jdk11 as well?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] belugabehr commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
belugabehr commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-669198208


   FYI, I just figured out that this is blocking Hive adoption of JDK 11 (see HIVE-22415)


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] abstractdog commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
abstractdog commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-718212897


   this is pushed to master directly with HIVE-24108, HIVE-23190


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] abstractdog commented on pull request #1311: HIVE-23930: Upgrade to tez 0.10.x

Posted by GitBox <gi...@apache.org>.
abstractdog commented on pull request #1311:
URL: https://github.com/apache/hive/pull/1311#issuecomment-711421451


   green run with released tez 0.10.0 artifacts + the contents of HIVE-23190, HIVE-24108
   cc: @ashutoshc
   
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org