You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/26 07:24:21 UTC

[GitHub] [spark] HeartSaVioR commented on issue #27637: [SPARK-30874][SQL] Support Postgres Kerberos login in JDBC connector

HeartSaVioR commented on issue #27637: [SPARK-30874][SQL] Support Postgres Kerberos login in JDBC connector
URL: https://github.com/apache/spark/pull/27637#issuecomment-591278572
 
 
   ```
   ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 -Dtest=none -DwildcardSuites="org.apache.spark.sql.jdbc.*"
   ```
   
   This has been failing as following error (with super slow download):
   
   ```
   [ERROR] Failed to execute goal on project spark-docker-integration-tests_2.12: Could not resolve dependencies for project org.apache.spark:spark-docker-integration-tests_2.12:jar:3.0.0-SNAPSHOT: Could not transfer artifact com.ibm.db2.jcc:db2jcc4:jar:10.5.0.5 from/to db (https://app.camunda.com/nexus/content/repositories/public/): GET request of: com/ibm/db2/jcc/db2jcc4/10.5.0.5/db2jcc4-10.5.0.5.jar from db failed: Premature end of Content-Length delimited message body (expected: 3,411,524; received: 1,968,865)
   ```
   
   It's not related to the change but I cannot run this to make sure the tests pass. Unfortunately I haven't found any alternative repo for db2jcc4 with such version.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org