You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 06:20:26 UTC

[GitHub] [pinot] somandal opened a new pull request, #9354: Revert "Fix pom to use pinot-common-jdk8 for pinot-connector jkd8 java client"

somandal opened a new pull request, #9354:
URL: https://github.com/apache/pinot/pull/9354

   Reverts apache/pinot#9353
   
   Need to revert due to this error when building locally:
   
   ```
   [ERROR] Failed to execute goal on project pinot-java-client-jdk8: Could not resolve dependencies for project org.apache.pinot:pinot-java-client-jdk8:jar:0.12.0-SNAPSHOT: Could not find artifact org.apache.pinot:pinot-common-jkd8:jar:0.12.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :pinot-java-client-jdk8
   somandal-mn2:pinot somandal$ vim pinot-connectors/p
   ```
   
   @xiangfu0  (apologies for the back and forth). Any suggestion on how best to resolve 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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 commented on pull request #9354: Revert "Fix pom to use pinot-common-jdk8 for pinot-connector jkd8 java client"

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on PR #9354:
URL: https://github.com/apache/pinot/pull/9354#issuecomment-1241585780

   I think this is good, so jdk8 should be ok: https://github.com/apache/pinot/runs/8264288080?check_suite_focus=true
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 commented on pull request #9354: Revert "Fix pom to use pinot-common-jdk8 for pinot-connector jkd8 java client"

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on PR #9354:
URL: https://github.com/apache/pinot/pull/9354#issuecomment-1241587713

   you need to build the pinot-common-jdk8 by running : 
   ```
   export MAVEN_OPTS=''; mvn clean install -DskipTests -Djdk.version=8
   ```


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 closed pull request #9354: Revert "Fix pom to use pinot-common-jdk8 for pinot-connector jkd8 java client"

Posted by GitBox <gi...@apache.org>.
xiangfu0 closed pull request #9354: Revert "Fix pom to use pinot-common-jdk8 for pinot-connector jkd8 java client"
URL: https://github.com/apache/pinot/pull/9354


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org