Skip to content

Conversation

@wangyum
Copy link
Member

@wangyum wangyum commented Aug 14, 2019

What changes were proposed in this pull request?

This PR upgrade the built-in Hive to 2.3.6 for hadoop-3.2.

Hive 2.3.6 release notes:

  • HIVE-22096: Backport HIVE-21584 (Java 11 preparation: system class loader is not URLClassLoader)
  • HIVE-21859: Backport HIVE-17466 (Metastore API to list unique partition-key-value combinations)
  • HIVE-21786: Update repo URLs in poms branch 2.3 version

Why are the changes needed?

Make Spark support JDK 11.

Does this PR introduce any user-facing change?

Yes. Please see SPARK-28684 and SPARK-24417 for more details.

How was this patch tested?

Existing unit test and manual test.

@wangyum wangyum changed the title [WIP][test-hadoop3.2] Test on JDK 11 with Hive 2.3.6 on jenkins [WIP][test-hadoop3.2] Test JDK 11 with Hive 2.3.6 on jenkins Aug 14, 2019
@dongjoon-hyun
Copy link
Member

cc @dbtsai

@wangyum wangyum changed the title [WIP][test-hadoop3.2] Test JDK 11 with Hive 2.3.6 on jenkins [WIP][test-hadoop3.2][test-maven] Test JDK 11 with Hive 2.3.6 on jenkins Aug 14, 2019
@wangyum
Copy link
Member Author

wangyum commented Aug 14, 2019

retest this please

@dongjoon-hyun dongjoon-hyun changed the title [WIP][test-hadoop3.2][test-maven] Test JDK 11 with Hive 2.3.6 on jenkins [WIP][test-hadoop3.2][test-maven] Test JDK 11 with Hadoop-3.2/Hive 2.3.6 on jenkins Aug 14, 2019
@SparkQA

This comment has been minimized.

@dongjoon-hyun
Copy link
Member

Since the test is parallel, could you add the following, too?

sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
-    case "2.3" | "2.3.0" | "2.3.1" | "2.3.2" | "2.3.3" | "2.3.4" | "2.3.5" => hive.v2_3
+    case "2.3" | "2.3.0" | "2.3.1" | "2.3.2" | "2.3.3" | "2.3.4" | "2.3.5" | "2.3.6" => hive.v2_3

@dongjoon-hyun dongjoon-hyun changed the title [WIP][test-hadoop3.2][test-maven] Test JDK 11 with Hadoop-3.2/Hive 2.3.6 on jenkins [WIP][SPARK-28723][test-hadoop3.2][test-maven] Test JDK 11 with Hadoop-3.2/Hive 2.3.6 on jenkins Aug 14, 2019
@wangyum
Copy link
Member Author

wangyum commented Aug 14, 2019

Will do it later.

@dongjoon-hyun
Copy link
Member

@wangyum . I believe we should do #25443 (comment) in this PR to be complete.

cc @gatorsmile

@SparkQA

This comment has been minimized.

@wangyum
Copy link
Member Author

wangyum commented Aug 14, 2019

Failed with these errors:

ExternalSorterSuite:
- empty data stream with kryo ser
- empty data stream with java ser
- few elements per partition with kryo ser
- few elements per partition with java ser
- empty partitions with spilling with kryo ser
- empty partitions with spilling with java ser
- spilling in local cluster with kryo ser *** FAILED ***
  org.apache.spark.SparkException: Job aborted due to stage failure: Task serialization failed: java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
	at org.apache.spark.util.io.ChunkedByteBufferOutputStream.toChunkedByteBuffer(ChunkedByteBufferOutputStream.scala:115)
	at org.apache.spark.broadcast.TorrentBroadcast$.blockifyObject(TorrentBroadcast.scala:307)
	at org.apache.spark.broadcast.TorrentBroadcast.writeBlocks(TorrentBroadcast.scala:137)
	at org.apache.spark.broadcast.TorrentBroadcast.<init>(TorrentBroadcast.scala:91)
	at org.apache.spark.broadcast.TorrentBroadcastFactory.newBroadcast(TorrentBroadcastFactory.scala:34)
	at org.apache.spark.broadcast.BroadcastManager.newBroadcast(BroadcastManager.scala:74)
	at org.apache.spark.SparkContext.broadcast(SparkContext.scala:1470)
	at org.apache.spark.scheduler.DAGScheduler.submitMissingTasks(DAGScheduler.scala:1182)
	at org.apache.spark.scheduler.DAGScheduler.submitStage(DAGScheduler.scala:1086)
	at org.apache.spark.scheduler.DAGScheduler.$anonfun$submitStage$5(DAGScheduler.scala:1089)
	at org.apache.spark.scheduler.DAGScheduler.$anonfun$submitStage$5$adapted(DAGScheduler.scala:1088)
	at scala.collection.immutable.List.foreach(List.scala:392)
	at org.apache.spark.scheduler.DAGScheduler.submitStage(DAGScheduler.scala:1088)
	at org.apache.spark.scheduler.DAGScheduler.handleJobSubmitted(DAGScheduler.scala:1030)
	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:2129)
	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2121)
	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2110)
	at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:49)

@dongjoon-hyun
Copy link
Member

dongjoon-hyun commented Aug 14, 2019

If we build and test with both JDK11, it will pass. The current Jenkins seems to build with JDK8 and running on JDK11 and hit this known issue.

$ build/sbt "core/testOnly *.ExternalSorterSuite"
[info] ExternalSorterSuite:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform (file:/Users/dhyun/PRS/SPARK-HIVE-2.3.6/common/unsafe/target/scala-2.12/spark-unsafe_2.12-3.0.0-SNAPSHOT.jar) to constructor java.nio.DirectByteBuffer(long,int)
WARNING: Please consider reporting this to the maintainers of org.apache.spark.unsafe.Platform
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[info] - empty data stream with kryo ser (1 second, 457 milliseconds)
[info] - empty data stream with java ser (89 milliseconds)
[info] - few elements per partition with kryo ser (89 milliseconds)
[info] - few elements per partition with java ser (74 milliseconds)
[info] - empty partitions with spilling with kryo ser (329 milliseconds)
[info] - empty partitions with spilling with java ser (156 milliseconds)
[info] - spilling in local cluster with kryo ser (4 seconds, 296 milliseconds)
[info] - spilling in local cluster with java ser (4 seconds, 372 milliseconds)
[info] - spilling in local cluster with many reduce tasks with kryo ser (5 seconds, 718 milliseconds)
[info] - spilling in local cluster with many reduce tasks with java ser (6 seconds, 51 milliseconds)
[info] - cleanup of intermediate files in sorter (113 milliseconds)
[info] - cleanup of intermediate files in sorter with failures (111 milliseconds)
[info] - cleanup of intermediate files in shuffle (297 milliseconds)
[info] - cleanup of intermediate files in shuffle with failures (121 milliseconds)
[info] - no sorting or partial aggregation with kryo ser (58 milliseconds)
[info] - no sorting or partial aggregation with java ser (53 milliseconds)
[info] - no sorting or partial aggregation with spilling with kryo ser (62 milliseconds)
[info] - no sorting or partial aggregation with spilling with java ser (68 milliseconds)
[info] - sorting, no partial aggregation with kryo ser (63 milliseconds)
[info] - sorting, no partial aggregation with java ser (54 milliseconds)
[info] - sorting, no partial aggregation with spilling with kryo ser (58 milliseconds)
[info] - sorting, no partial aggregation with spilling with java ser (61 milliseconds)
[info] - partial aggregation, no sorting with kryo ser (52 milliseconds)
[info] - partial aggregation, no sorting with java ser (51 milliseconds)
[info] - partial aggregation, no sorting with spilling with kryo ser (55 milliseconds)
[info] - partial aggregation, no sorting with spilling with java ser (49 milliseconds)
[info] - partial aggregation and sorting with kryo ser (44 milliseconds)
[info] - partial aggregation and sorting with java ser (44 milliseconds)
[info] - partial aggregation and sorting with spilling with kryo ser (48 milliseconds)
[info] - partial aggregation and sorting with spilling with java ser (49 milliseconds)
[info] - sort without breaking sorting contracts with kryo ser (1 second, 904 milliseconds)
[info] - sort without breaking sorting contracts with java ser (1 second, 860 milliseconds)
[info] - sort without breaking timsort contracts for large arrays !!! IGNORED !!!
[info] - spilling with hash collisions (208 milliseconds)
[info] - spilling with many hash collisions (589 milliseconds)
[info] - spilling with hash collisions using the Int.MaxValue key (168 milliseconds)
[info] - spilling with null keys and values (226 milliseconds)
[info] - sorting updates peak execution memory (1 second, 347 milliseconds)
[info] - force to spill for external sorter (800 milliseconds)
[info] ScalaTest
[info] Run completed in 34 seconds, 99 milliseconds.
[info] Total number of tests run: 38
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 38, failed 0, canceled 0, ignored 1, pending 0
[info] All tests passed.

cc @srowen

@dongjoon-hyun
Copy link
Member

dongjoon-hyun commented Aug 14, 2019

Hmm. It's a little confusing. The current Jenkins passes this module, too.

@SparkQA

This comment has been minimized.

@HyukjinKwon
Copy link
Member

Hm, seems not working. Let me check.

@dongjoon-hyun
Copy link
Member

6821aa5 is still running, isn't it?

@HyukjinKwon
Copy link
Member

HyukjinKwon commented Aug 14, 2019

Yeah but my approach e6508c0 and 2ebdcb9 doesn't seem working.

@dongjoon-hyun
Copy link
Member

Oh, got it.

@SparkQA
Copy link

SparkQA commented Aug 23, 2019

Test build #109609 has finished for PR 25443 at commit ff4783c.

  • This patch fails build dependency tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangyum
Copy link
Member Author

wangyum commented Aug 23, 2019

We need to retest this once Hive 2.3.6 is pushed to the maven repository.

@dongjoon-hyun
Copy link
Member

Yep. Maven publishing takes some time after binary artifact release.

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun
Copy link
Member

Retest this please.

@dongjoon-hyun dongjoon-hyun changed the title [WIP][SPARK-28723][test-hadoop3.2][test-maven] Test JDK 11 with Hadoop-3.2/Hive 2.3.6 on jenkins [SPARK-28723][SQL] Upgrade to Hive 2.3.6 for HiveMetastore Client and Hadoop-3.2 profile Aug 23, 2019
@dongjoon-hyun
Copy link
Member

Retest this please.

@SparkQA
Copy link

SparkQA commented Aug 24, 2019

Test build #109662 has finished for PR 25443 at commit ff4783c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

* limitations under the License.
*/

package org.apache.spark.sql.hive.thriftserver
Copy link
Member

@dongjoon-hyun dongjoon-hyun Aug 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

During JDK11 testing and review, we has been skipped renaming in order to focus JDK11 related stuff by minimizing PR diff. We may need to rename this src file directory v2.3.5 to v2.3.6 again for consistency later. If the test pass, I'd like to merge this AS-IS PR first.

cc @gatorsmile , @srowen

@SparkQA
Copy link

SparkQA commented Aug 24, 2019

Test build #109658 has finished for PR 25443 at commit ff4783c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member

+1, LGTM. Merged to master.
Thank you so much, @wangyum , @srowen , @HyukjinKwon , @shaneknapp !

@wangyum wangyum deleted the test-on-jenkins branch August 24, 2019 04:39
@HyukjinKwon
Copy link
Member

+1!

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Late LGTM too!

@dongjoon-hyun
Copy link
Member

FYI, after this, we have one successful Jenkins result on JDK11.

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Spark Project Parent POM 3.0.0-SNAPSHOT:
[INFO] 
[INFO] Spark Project Parent POM ........................... SUCCESS [  3.603 s]
[INFO] Spark Project Tags ................................. SUCCESS [  8.820 s]
[INFO] Spark Project Sketch ............................... SUCCESS [ 23.616 s]
[INFO] Spark Project Local DB ............................. SUCCESS [  6.317 s]
[INFO] Spark Project Networking ........................... SUCCESS [ 58.109 s]
[INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 12.534 s]
[INFO] Spark Project Unsafe ............................... SUCCESS [  9.939 s]
[INFO] Spark Project Launcher ............................. SUCCESS [  9.372 s]
[INFO] Spark Project Core ................................. SUCCESS [23:13 min]
[INFO] Spark Project ML Local Library ..................... SUCCESS [  8.764 s]
[INFO] Spark Project GraphX ............................... SUCCESS [01:17 min]
[INFO] Spark Project Streaming ............................ SUCCESS [05:38 min]
[INFO] Spark Project Catalyst ............................. SUCCESS [10:23 min]
[INFO] Spark Project SQL .................................. SUCCESS [  01:44 h]
[INFO] Spark Project ML Library ........................... SUCCESS [33:00 min]
[INFO] Spark Project Tools ................................ SUCCESS [  1.508 s]
[INFO] Spark Project Hive ................................. SUCCESS [  01:09 h]
[INFO] Spark Project Graph API ............................ SUCCESS [  3.619 s]
[INFO] Spark Project Cypher ............................... SUCCESS [  3.860 s]
[INFO] Spark Project Graph ................................ SUCCESS [  2.397 s]
[INFO] Spark Project REPL ................................. SUCCESS [01:26 min]
[INFO] Spark Project YARN Shuffle Service ................. SUCCESS [  3.692 s]
[INFO] Spark Project YARN ................................. SUCCESS [07:36 min]
[INFO] Spark Project Mesos ................................ SUCCESS [ 37.176 s]
[INFO] Spark Project Hive Thrift Server ................... SUCCESS [09:03 min]
[INFO] Spark Project Assembly ............................. SUCCESS [  3.331 s]
[INFO] Kafka 0.10+ Token Provider for Streaming ........... SUCCESS [  7.260 s]
[INFO] Spark Integration for Kafka 0.10 ................... SUCCESS [01:16 min]
[INFO] Kafka 0.10+ Source for Structured Streaming ........ SUCCESS [07:36 min]
[INFO] Spark Kinesis Integration .......................... SUCCESS [ 26.717 s]
[INFO] Spark Project Examples ............................. SUCCESS [ 27.544 s]
[INFO] Spark Integration for Kafka 0.10 Assembly .......... SUCCESS [  2.694 s]
[INFO] Spark Avro ......................................... SUCCESS [01:54 min]
[INFO] Spark Project Kinesis Assembly ..................... SUCCESS [  2.481 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:40 h
[INFO] Finished at: 2019-08-24T03:35:36-07:00
[INFO] ------------------------------------------------------------------------

cc @gatorsmile , @dbtsai

rshkv pushed a commit to palantir/spark that referenced this pull request Jun 18, 2020
… for JDK 11

<!--
Thanks for sending a pull request!  Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html
  2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'.
  4. Be sure to keep the PR description updated to reflect all changes.
  5. Please write your PR title to summarize what this PR proposes.
  6. If possible, provide a concise example to reproduce the issue for a faster review.
-->

### What changes were proposed in this pull request?
<!--
Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue.
If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below.
  1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers.
  2. If you fix some SQL features, you can provide some references of other DBMSes.
  3. If there is design documentation, please add the link.
  4. If there is a discussion in the mailing list, please add the link.
-->

This PR proposes to increase the tolerance for the exact value comparison in `spark.mlp` test. I don't know the root cause but some tolerance is already expected. I suspect it is not a big deal considering all other tests pass.

The values are fairly close:

JDK 8:

```
-24.28415, 107.8701, 16.86376, 1.103736, 9.244488
```

JDK 11:

```
-24.33892, 108.0316, 16.89082, 1.090723, 9.260533
```

### Why are the changes needed?
<!--
Please clarify why the changes are needed. For instance,
  1. If you propose a new API, clarify the use case for a new API.
  2. If you fix a bug, you can clarify why it is a bug.
-->

To fully support JDK 11. See, for instance, apache#25443 and apache#25423 for ongoing efforts.

### Does this PR introduce any user-facing change?
<!--
If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible.
If no, write 'No'.
-->

No

### How was this patch tested?
<!--
If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
If tests were not added, please describe why they were not added and/or why it was difficult to add.
-->

Manually tested on the top of apache#25472 with JDK 11

```bash
./build/mvn -DskipTests -Psparkr -Phadoop-3.2 package
./bin/sparkR
```

```R
absoluteSparkPath <- function(x) {
  sparkHome <- sparkR.conf("spark.home")
  file.path(sparkHome, x)
}
df <- read.df(absoluteSparkPath("data/mllib/sample_multiclass_classification_data.txt"),
              source = "libsvm")
model <- spark.mlp(df, label ~ features, blockSize = 128, layers = c(4, 5, 4, 3),
                   solver = "l-bfgs", maxIter = 100, tol = 0.00001, stepSize = 1, seed = 1)
summary <- summary(model)
head(summary$weights, 5)
```

Closes apache#25478 from HyukjinKwon/SPARK-28755.

Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants