Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
spark-branch
-
None
-
None
Description
In SparkClient.java, if the following property is set, unpredictable, incorrect result may be observed.
sparkConf.set("spark.default.parallelism", "1");
It's suspected that there are some concurrency issues, as Spark may process multiple datasets in a single JVM when parallelism is greater than 1 in order to use multiple cores.
NO PRECOMMIT TESTS. This is for spark branch only.
Attachments
Attachments
Issue Links
- is part of
-
HIVE-7292 Hive on Spark
- Resolved