[ https://issues.apache.org/jira/browse/SPARK-21846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735518#comment-16735518 ]
Apache Spark commented on SPARK-21846: -------------------------------------- User 'dongjoon-hyun' has created a pull request for this issue: https://github.com/apache/spark/pull/19063 > Reduce the number of shuffle partition in Hive tests > ---------------------------------------------------- > > Key: SPARK-21846 > URL: https://issues.apache.org/jira/browse/SPARK-21846 > Project: Spark > Issue Type: Task > Components: SQL, Tests > Affects Versions: 2.3.0 > Reporter: Dongjoon Hyun > Priority: Minor > > Currently, Jenkins on master branch fails due to timeout. > According to the last successful run, Hive tests takes over 50 mins from 132 > mins (in Java/Scala tests) > - > https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/3396/testReport/ > {code} > org.apache.spark.sql.hive.execution 30 min > org.apache.spark.sql.hive 11 min > org.apache.spark.sql.hive.client 5 min 2 sec > org.apache.spark.sql.hive.thriftserver 3 min 4 sec > org.apache.spark.sql.hive.orc 1 min 25 sec > {code} > This issue aims to reduce the test time by reducing the number of shuffle > partitions in Hive tests. This will reduce 10% of Hive test time. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org