[
https://issues.apache.org/jira/browse/PHOENIX-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359925#comment-17359925
]
ASF GitHub Bot commented on PHOENIX-6478:
-----------------------------------------
richardantal commented on a change in pull request #55:
URL: https://github.com/apache/phoenix-connectors/pull/55#discussion_r648188397
##########
File path: phoenix-hive-base/pom.xml
##########
@@ -583,4 +583,15 @@
</plugins>
</pluginManagement>
</build>
+
+ <repositories>
+ <repository>
+ <id>saliyunmaven</id>
+ <name>aliyunmaven</name>
+ <url>https://maven.aliyun.com/repository/spring-plugin</url>
Review comment:
The precommit test on your change takes way too much time.
https://github.com/apache/phoenix-connectors/pull/53/checks
I wanted to test if using this repo is faster. Locally it was better.
--
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:
[email protected]
> The build of phoenix-connectors fails due to missing dependency of
> pentaho-aggdesigner-algorithm 5.1.5-jhyde
> -------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6478
> URL: https://issues.apache.org/jira/browse/PHOENIX-6478
> Project: Phoenix
> Issue Type: Bug
> Components: hive-connector
> Reporter: Martin Tzvetanov Grigorov
> Priority: Major
>
> The build of phoenix4-hive fails because clojars.org is no more active Maven
> repository and org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde
> could not be found in Maven Central
>
> {code:java}
> INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6.181 s
> [INFO] Finished at: 2021-05-27T08:54:09+01:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project phoenix4-hive: Could not resolve
> dependencies for project org.apache.phoenix:phoenix4-hive:jar:6.0.0-SNAPSHOT:
> Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in
> https://repository.apache.org/content/repositories/releases/ was cached in
> the local repository, resolution will not be reattempted until the update
> interval of apache release has elapsed or updates are forced -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)