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 2021/05/28 01:16:06 UTC

[GitHub] [hive] iwasakims opened a new pull request #2326: HIVE-25173. Fix build failure of hive-pre-upgrade due to missing dependency on pentaho-aggdesigner-algorithm.

iwasakims opened a new pull request #2326:
URL: https://github.com/apache/hive/pull/2326


   https://issues.apache.org/jira/browse/HIVE-25173
   
   ```
   [ERROR] Failed to execute goal on project hive-pre-upgrade: Could not resolve dependencies for project org.apache.hive:hive-pre-upgrade:jar:4.0.0-SNAPSHOT: Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
   ```
   
   The dependency on org.pentaho:pentaho-aggdesigner-algorithm is pulled from hive-exec-2.3.3 via calcite-core-1.10.0. I think we can safely exclude it from transitive dependencies. 
   


-- 
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] iwasakims commented on pull request #2326: HIVE-25173. Fix build failure of hive-pre-upgrade due to missing dependency on pentaho-aggdesigner-algorithm.

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


   There are 3 test failures.
   
   * Testing / split-18 / PostProcess / testForcedLocalityMultiplePreemptionsSameHost1 – org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService
   * Testing / split-10 / PostProcess / testExternalDefaultPaths – org.apache.hadoop.hive.ql.TestWarehouseExternalDir
   * Testing / split-10 / PostProcess / – org.apache.hadoop.hive.ql.TestWarehouseExternalDir
   
   I could not reproduce the failure on my local. It looks unrelated to the patch.
   
   ```
   $ cd ~/srcs/hive/llap-tez
   $ mvn test -Dtest=TestLlapTaskSchedulerService
   ...
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService
   [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.162 s - in org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService
   ```
   ```
   $ cd ~/srcs/hive/itests
   $ mvn install -DskipTests
   $ cd hive-unit
   $ mvn test -Dtest=TestWarehouseExternalDir
   ...
   [INFO] Running org.apache.hadoop.hive.ql.TestWarehouseExternalDir
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.955 s - in org.apache.hadoop.hive.ql.TestWarehouseExternalDir
   ```
   


-- 
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] iwasakims commented on pull request #2326: HIVE-25173. Fix build failure of hive-pre-upgrade due to missing dependency on pentaho-aggdesigner-algorithm.

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


   @kgyrtkirk I think precommit test failures are not related to the patch. Could you review this?


-- 
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] zabetak closed pull request #2326: HIVE-25173. Fix build failure of hive-pre-upgrade due to missing dependency on pentaho-aggdesigner-algorithm.

Posted by GitBox <gi...@apache.org>.
zabetak closed pull request #2326:
URL: https://github.com/apache/hive/pull/2326


   


-- 
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: gitbox-unsubscribe@hive.apache.org

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 #2326: HIVE-25173. Fix build failure of hive-pre-upgrade due to missing dependency on pentaho-aggdesigner-algorithm.

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


   I've done some cleaning falky tests - let's see if it passes now


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