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 2021/09/07 15:28:49 UTC

[GitHub] [spark] LuciferYang opened a new pull request #33926: [SPARK-36684][SQL][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test the sql/core module with hadoop-2.7 profile

LuciferYang opened a new pull request #33926:
URL: https://github.com/apache/spark/pull/33926


   ### What changes were proposed in this pull request?
   SPARK-26346 upgrade Parquet related modules from 1.10.1 to 1.11.1 and `parquet-jackson 1.11.1` use `com.fasterxml.jackson` instead of `org.codehaus.jackson`. 
   
   So, there are warning logs related to 
   
   ```
   17:12:17.605 WARN org.apache.hadoop.fs.FileSystem: Cannot load filesystem
   java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.web.WebHdfsFileSystem could not be instantiated
   ...
   Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.map.ObjectMapper
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   ...
   ``` 
   
   when test `sql/core` modules with `hadoop-2.7` profile.
   
   This pr adds test dependencies related to `org.codehaus.jackson` in `sql/core` module when `hadoop-2.7` profile is activated.
   
   
   ### Why are the changes needed?
   Clean up test warning logs that shouldn't exist.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   
   - Pass GA or Jenkins Tests.
   - Manual test
   
   `mvn clean test -pl sql/core -am -DwildcardSuites=none -Phadoop-2.7`
   
   **Before**
   
   No test failed, but waring logs as follows:
   
   ```
   [INFO] Running test.org.apache.spark.sql.JavaBeanDeserializationSuite
   22:42:45.211 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   22:42:46.827 WARN org.apache.hadoop.fs.FileSystem: Cannot load filesystem
   java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.web.WebHdfsFileSystem could not be instantiated
   	at java.util.ServiceLoader.fail(ServiceLoader.java:232)
   	at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
   	at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
   	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
   	at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
   	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2631)
   	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2650)
   	at org.apache.hadoop.fs.FsUrlStreamHandlerFactory.<init>(FsUrlStreamHandlerFactory.java:62)
   	at org.apache.spark.sql.internal.SharedState$.liftedTree1$1(SharedState.scala:181)
   	at org.apache.spark.sql.internal.SharedState$.org$apache$spark$sql$internal$SharedState$$setFsUrlStreamHandlerFactory(SharedState.scala:180)
   	at org.apache.spark.sql.internal.SharedState.<init>(SharedState.scala:54)
   	at org.apache.spark.sql.SparkSession.$anonfun$sharedState$1(SparkSession.scala:135)
   	at scala.Option.getOrElse(Option.scala:189)
   	at org.apache.spark.sql.SparkSession.sharedState$lzycompute(SparkSession.scala:135)
   	at org.apache.spark.sql.SparkSession.sharedState(SparkSession.scala:134)
   	at org.apache.spark.sql.internal.BaseSessionStateBuilder.build(BaseSessionStateBuilder.scala:335)
   	at org.apache.spark.sql.test.TestSparkSession.sessionState$lzycompute(TestSQLContext.scala:42)
   	at org.apache.spark.sql.test.TestSparkSession.sessionState(TestSQLContext.scala:41)
   	at org.apache.spark.sql.SparkSession.$anonfun$new$3(SparkSession.scala:109)
   	at scala.Option.map(Option.scala:230)
   	at org.apache.spark.sql.SparkSession.$anonfun$new$1(SparkSession.scala:109)
   	at org.apache.spark.sql.internal.SQLConf$.get(SQLConf.scala:194)
   	at org.apache.spark.sql.types.DataType.sameType(DataType.scala:97)
   	at org.apache.spark.sql.catalyst.analysis.TypeCoercion$.$anonfun$haveSameType$1(TypeCoercion.scala:291)
   	at org.apache.spark.sql.catalyst.analysis.TypeCoercion$.$anonfun$haveSameType$1$adapted(TypeCoercion.scala:291)
   	at scala.collection.LinearSeqOptimized.forall(LinearSeqOptimized.scala:85)
   	at scala.collection.LinearSeqOptimized.forall$(LinearSeqOptimized.scala:82)
   	at scala.collection.immutable.List.forall(List.scala:89)
   	at org.apache.spark.sql.catalyst.analysis.TypeCoercion$.haveSameType(TypeCoercion.scala:291)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.dataTypeCheck(Expression.scala:1074)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.dataTypeCheck$(Expression.scala:1069)
   	at org.apache.spark.sql.catalyst.expressions.If.dataTypeCheck(conditionalExpressions.scala:37)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.org$apache$spark$sql$catalyst$expressions$ComplexTypeMergingExpression$$internalDataType(Expression.scala:1080)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.org$apache$spark$sql$catalyst$expressions$ComplexTypeMergingExpression$$internalDataType$(Expression.scala:1079)
   	at org.apache.spark.sql.catalyst.expressions.If.org$apache$spark$sql$catalyst$expressions$ComplexTypeMergingExpression$$internalDataType$lzycompute(conditionalExpressions.scala:37)
   	at org.apache.spark.sql.catalyst.expressions.If.org$apache$spark$sql$catalyst$expressions$ComplexTypeMergingExpression$$internalDataType(conditionalExpressions.scala:37)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.dataType(Expression.scala:1084)
   	at org.apache.spark.sql.catalyst.expressions.ComplexTypeMergingExpression.dataType$(Expression.scala:1084)
   	at org.apache.spark.sql.catalyst.expressions.If.dataType(conditionalExpressions.scala:37)
   	at org.apache.spark.sql.catalyst.expressions.objects.MapObjects.$anonfun$dataType$4(objects.scala:815)
   	at scala.Option.getOrElse(Option.scala:189)
   	at org.apache.spark.sql.catalyst.expressions.objects.MapObjects.dataType(objects.scala:815)
   	at org.apache.spark.sql.catalyst.expressions.CreateNamedStruct.$anonfun$dataType$9(complexTypeCreator.scala:416)
   	at scala.collection.immutable.List.map(List.scala:290)
   	at org.apache.spark.sql.catalyst.expressions.CreateNamedStruct.dataType$lzycompute(complexTypeCreator.scala:410)
   	at org.apache.spark.sql.catalyst.expressions.CreateNamedStruct.dataType(complexTypeCreator.scala:409)
   	at org.apache.spark.sql.catalyst.expressions.CreateNamedStruct.dataType(complexTypeCreator.scala:398)
   	at org.apache.spark.sql.catalyst.encoders.ExpressionEncoder.isSerializedAsStruct(ExpressionEncoder.scala:309)
   	at org.apache.spark.sql.catalyst.encoders.ExpressionEncoder.isSerializedAsStructForTopLevel(ExpressionEncoder.scala:319)
   	at org.apache.spark.sql.catalyst.encoders.ExpressionEncoder.<init>(ExpressionEncoder.scala:248)
   	at org.apache.spark.sql.catalyst.encoders.ExpressionEncoder$.javaBean(ExpressionEncoder.scala:75)
   	at org.apache.spark.sql.Encoders$.bean(Encoders.scala:154)
   	at org.apache.spark.sql.Encoders.bean(Encoders.scala)
   	at test.org.apache.spark.sql.JavaBeanDeserializationSuite.testBeanWithArrayFieldDeserialization(JavaBeanDeserializationSuite.java:75)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
   	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
   	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
   	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
   	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
   	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
   	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
   	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
   	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
   Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper
   	at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.<clinit>(WebHdfsFileSystem.java:129)
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   	at java.lang.Class.newInstance(Class.java:442)
   	at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
   	... 81 more
   Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.map.ObjectMapper
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
   	... 88 more
   ```
   
   **After**
   
   There are no more warning logs like above


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] SparkQA commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914478027


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47552/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] dongjoon-hyun commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914468476


   cc @sunchao although we don't use Hadoop 2.7 in the production


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] dongjoon-hyun closed pull request #33926: [SPARK-36684][SQL][TESTS] Add Jackson test dependencies to `sql/core` module at `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #33926:
URL: https://github.com/apache/spark/pull/33926


   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914525598


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143049/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] SparkQA commented on pull request #33926: [SPARK-36684][SQL][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test the sql/core module with hadoop-2.7 profile

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914410387


   **[Test build #143049 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143049/testReport)** for PR 33926 at commit [`db2c7c7`](https://github.com/apache/spark/commit/db2c7c72bf61c73df1554ec1abcfaf15ee74d4ad).


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] AmplabJenkins commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914525598


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143049/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] SparkQA removed a comment on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914410387


   **[Test build #143049 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143049/testReport)** for PR 33926 at commit [`db2c7c7`](https://github.com/apache/spark/commit/db2c7c72bf61c73df1554ec1abcfaf15ee74d4ad).


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914488607


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47552/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] dongjoon-hyun commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914467929


   Thank you for testing Hadoop 2.7.
   
   cc @gengliangwang 


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] SparkQA commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914506020


   **[Test build #143049 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143049/testReport)** for PR 33926 at commit [`db2c7c7`](https://github.com/apache/spark/commit/db2c7c72bf61c73df1554ec1abcfaf15ee74d4ad).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] SparkQA commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914440725


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47552/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] AmplabJenkins commented on pull request #33926: [SPARK-36684][SQL][BUILD][TEST-HADOOP2.7] Clean up `Cannot load filesystem` warnings when test `sql/core` module with `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914488607


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47552/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] dongjoon-hyun commented on pull request #33926: [SPARK-36684][SQL][TESTS] Add Jackson test dependencies to `sql/core` module at `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914907058


   Merged to master/3.2.


-- 
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: reviews-unsubscribe@spark.apache.org

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



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


[GitHub] [spark] LuciferYang commented on pull request #33926: [SPARK-36684][SQL][TESTS] Add Jackson test dependencies to `sql/core` module at `hadoop-2.7` profile

Posted by GitBox <gi...@apache.org>.
LuciferYang commented on pull request #33926:
URL: https://github.com/apache/spark/pull/33926#issuecomment-914941096


   thanks @dongjoon-hyun and @sunchao 


-- 
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: reviews-unsubscribe@spark.apache.org

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



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