dongjoon-hyun commented on PR #36876:
URL: https://github.com/apache/spark/pull/36876#issuecomment-1156647856
For this PR, I'll revisit today, @LuciferYang .
And, since you are interested in this work, here is the detail of my Jenkins
conf.
```
export SPARK_LOCAL_HOSTNAME="[$(ifconfig | grep temporary | awk '{print
$2}')]"
export DEFAULT_ARTIFACT_REPOSITORY=https://ipv6.repo1.maven.org/maven2/
export MAVEN_OPTS="-Djava.net.preferIPv6Addresses=true
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest"
export SBT_OPTS="-Djava.net.preferIPv6Addresses=true
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest"
```
The following modules are passed already.
- core
- unsafe
- kvstore
- network-common
- network-shuffle
- repl,launcher,examples,sketch
- graphx
- catalyst
- avro
- hive-thriftserver
- mllib-local,mllib
- yarn
- mesos
- kubernetes
- hadoop-cloud
- spark-ganglia-lgpl
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]