Unsubscribe

2023-03-11 Thread Raffael Bottoli Schemmer
unsubscribe


Re: [VOTE] Release Apache Spark 3.4.0 (RC4)

2023-03-11 Thread yangjie01
Can you test  `./build/mvn clean package  -Phive` ? Thanks


发件人: Bjørn Jørgensen 
日期: 2023年3月11日 星期六 20:33
收件人: Xinrong Meng 
抄送: beliefer , dev 
主题: Re: Re: [VOTE] Release Apache Spark 3.4.0 (RC4)

Ubuntu 23.04
java --version
openjdk 17.0.6 2023-01-17
OpenJDK Runtime Environment (build 17.0.6+10-Ubuntu-1)
OpenJDK 64-Bit Server VM (build 17.0.6+10-Ubuntu-1, mixed mode, sharing)

python3
Python 3.11.1 (main, Dec 31 2022, 10:23:59) [GCC 12.2.0] on linux


./build/mvn clean package


- broadcast join
- test temp view *** FAILED ***
 io.grpc.StatusRuntimeException: INTERNAL: Error while instantiating 
'org.apache.spark.sql.hive.HiveExternalCatalog':
 at io.grpc.Status.asRuntimeException(Status.java:535)
 at 
io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:660)
 at 
scala.collection.convert.Wrappers$JIteratorWrapper.hasNext(Wrappers.scala:45)
 at scala.collection.Iterator.find(Iterator.scala:993)
 at scala.collection.Iterator.find$(Iterator.scala:992)
 at scala.collection.AbstractIterator.find(Iterator.scala:1431)
 at org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:246)
 at 
org.apache.spark.sql.SparkSession.$anonfun$sql$1$adapted(SparkSession.scala:238)
 at org.apache.spark.sql.SparkSession.newDataset(SparkSession.scala:371)
 at org.apache.spark.sql.SparkSession.newDataFrame(SparkSession.scala:365)
 ...

- column resolution
- test implicit encoder resolution *** FAILED ***
 2023-03-11T00:01:01.810547 did not equal 2023-03-11T00:01:01.810547662 
(SQLImplicitsTestSuite.scala:63)
FunctionTestSuite:


Run completed in 36 seconds, 921 milliseconds.
Total number of tests run: 683
Suites: completed 12, aborted 0
Tests: succeeded 676, failed 7, canceled 0, ignored 1, pending 0
*** 7 TESTS FAILED ***
[INFO] 
[INFO] Reactor Summary for Spark Project Parent POM 3.4.0:
[INFO]
[INFO] Spark Project Parent POM ... SUCCESS [  6.417 s]
[INFO] Spark Project Tags . SUCCESS [  8.257 s]
[INFO] Spark Project Sketch ... SUCCESS [ 29.830 s]
[INFO] Spark Project Local DB . SUCCESS [ 20.144 s]
[INFO] Spark Project Networking ... SUCCESS [01:14 min]
[INFO] Spark Project Shuffle Streaming Service  SUCCESS [ 19.269 s]
[INFO] Spark Project Unsafe ... SUCCESS [ 21.489 s]
[INFO] Spark Project Launcher . SUCCESS [ 10.221 s]
[INFO] Spark Project Core . SUCCESS [40:11 min]
[INFO] Spark Project ML Local Library . SUCCESS [ 40.290 s]
[INFO] Spark Project GraphX ... SUCCESS [02:26 min]
[INFO] Spark Project Streaming  SUCCESS [06:07 min]
[INFO] Spark Project Catalyst . SUCCESS [12:05 min]
[INFO] Spark Project SQL .. SUCCESS [  02:13 h]
[INFO] Spark Project ML Library ... SUCCESS [22:12 min]
[INFO] Spark Project Tools  SUCCESS [  6.802 s]
[INFO] Spark Project Hive . SUCCESS [  01:09 h]
[INFO] Spark Project REPL . SUCCESS [02:01 min]
[INFO] Spark Project Assembly . SUCCESS [ 10.987 s]
[INFO] Kafka 0.10+ Token Provider for Streaming ... SUCCESS [ 24.884 s]
[INFO] Spark Integration for Kafka 0.10 ... SUCCESS [01:40 min]
[INFO] Kafka 0.10+ Source for Structured Streaming  SUCCESS [34:14 min]
[INFO] Spark Project Examples . SUCCESS [ 57.978 s]
[INFO] Spark Integration for Kafka 0.10 Assembly .. SUCCESS [ 18.300 s]
[INFO] Spark Avro . SUCCESS [02:01 min]
[INFO] Spark Project Connect Common ... SUCCESS [ 43.491 s]
[INFO] Spark Project Connect Server ... SUCCESS [01:03 min]
[INFO] Spark Project Connect Client ... FAILURE [01:14 min]
[INFO] Spark Protobuf . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  05:34 h
[INFO] Finished at: 2023-03-11T00:01:14+01:00
[INFO] 
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:2.2.0:test 
(test) on project spark-connect-client-jvm_2.12: There are test failures -> 
[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:

Re: Re: [VOTE] Release Apache Spark 3.4.0 (RC4)

2023-03-11 Thread Bjørn Jørgensen
Ubuntu 23.04
java --version
openjdk 17.0.6 2023-01-17
OpenJDK Runtime Environment (build 17.0.6+10-Ubuntu-1)
OpenJDK 64-Bit Server VM (build 17.0.6+10-Ubuntu-1, mixed mode, sharing)

python3
Python 3.11.1 (main, Dec 31 2022, 10:23:59) [GCC 12.2.0] on linux


./build/mvn clean package


- broadcast join
- test temp view *** FAILED ***
 io.grpc.StatusRuntimeException: INTERNAL: Error while instantiating
'org.apache.spark.sql.hive.HiveExternalCatalog':
 at io.grpc.Status.asRuntimeException(Status.java:535)
 at
io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:660)
 at
scala.collection.convert.Wrappers$JIteratorWrapper.hasNext(Wrappers.scala:45)
 at scala.collection.Iterator.find(Iterator.scala:993)
 at scala.collection.Iterator.find$(Iterator.scala:992)
 at scala.collection.AbstractIterator.find(Iterator.scala:1431)
 at org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:246)
 at
org.apache.spark.sql.SparkSession.$anonfun$sql$1$adapted(SparkSession.scala:238)
 at org.apache.spark.sql.SparkSession.newDataset(SparkSession.scala:371)
 at org.apache.spark.sql.SparkSession.newDataFrame(SparkSession.scala:365)
 ...


- column resolution
- test implicit encoder resolution *** FAILED ***
 2023-03-11T00:01:01.810547 did not equal 2023-03-11T00:01:01.810547662
(SQLImplicitsTestSuite.scala:63)
FunctionTestSuite:



Run completed in 36 seconds, 921 milliseconds.
Total number of tests run: 683
Suites: completed 12, aborted 0
Tests: succeeded 676, failed 7, canceled 0, ignored 1, pending 0
*** 7 TESTS FAILED ***
[INFO]

[INFO] Reactor Summary for Spark Project Parent POM 3.4.0:
[INFO]
[INFO] Spark Project Parent POM ... SUCCESS [
 6.417 s]
[INFO] Spark Project Tags . SUCCESS [
 8.257 s]
[INFO] Spark Project Sketch ... SUCCESS [
29.830 s]
[INFO] Spark Project Local DB . SUCCESS [
20.144 s]
[INFO] Spark Project Networking ... SUCCESS [01:14
min]
[INFO] Spark Project Shuffle Streaming Service  SUCCESS [
19.269 s]
[INFO] Spark Project Unsafe ... SUCCESS [
21.489 s]
[INFO] Spark Project Launcher . SUCCESS [
10.221 s]
[INFO] Spark Project Core . SUCCESS [40:11
min]
[INFO] Spark Project ML Local Library . SUCCESS [
40.290 s]
[INFO] Spark Project GraphX ... SUCCESS [02:26
min]
[INFO] Spark Project Streaming  SUCCESS [06:07
min]
[INFO] Spark Project Catalyst . SUCCESS [12:05
min]
[INFO] Spark Project SQL .. SUCCESS [
 02:13 h]
[INFO] Spark Project ML Library ... SUCCESS [22:12
min]
[INFO] Spark Project Tools  SUCCESS [
 6.802 s]
[INFO] Spark Project Hive . SUCCESS [
 01:09 h]
[INFO] Spark Project REPL . SUCCESS [02:01
min]
[INFO] Spark Project Assembly . SUCCESS [
10.987 s]
[INFO] Kafka 0.10+ Token Provider for Streaming ... SUCCESS [
24.884 s]
[INFO] Spark Integration for Kafka 0.10 ... SUCCESS [01:40
min]
[INFO] Kafka 0.10+ Source for Structured Streaming  SUCCESS [34:14
min]
[INFO] Spark Project Examples . SUCCESS [
57.978 s]
[INFO] Spark Integration for Kafka 0.10 Assembly .. SUCCESS [
18.300 s]
[INFO] Spark Avro . SUCCESS [02:01
min]
[INFO] Spark Project Connect Common ... SUCCESS [
43.491 s]
[INFO] Spark Project Connect Server ... SUCCESS [01:03
min]
[INFO] Spark Project Connect Client ... FAILURE [01:14
min]
[INFO] Spark Protobuf . SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time:  05:34 h
[INFO] Finished at: 2023-03-11T00:01:14+01:00
[INFO]

[ERROR] Failed to execute goal
org.scalatest:scalatest-maven-plugin:2.2.0:test (test) on project
spark-connect-client-jvm_2.12: There are test failures -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf 

Unsubscribe

2023-03-11 Thread Devendra Desale
unsubscribe

Devendra Desale