[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235340787 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala --- @@ -49,6 +52,23 @@ class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235337042 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala --- @@ -170,3 +198,17 @@ private case class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235336280 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,12 +308,15 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235332827 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,12 +308,15 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235332073 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala --- @@ -49,6 +52,23 @@ class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235331966 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala --- @@ -170,3 +198,17 @@ private case class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235276659 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235266375 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235257700 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235253094 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235248435 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235247176 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread LuciferYang
Github user LuciferYang commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235246544 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-11-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/22149#discussion_r235238304 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala --- @@ -308,6 +308,12 @@ private class

[GitHub] spark pull request #22149: [SPARK-25158][SQL]Executor accidentally exit beca...

2018-08-20 Thread LuciferYang
GitHub user LuciferYang opened a pull request: https://github.com/apache/spark/pull/22149 [SPARK-25158][SQL]Executor accidentally exit because ScriptTransformationWriterThread throws TaskKilledException. ## What changes were proposed in this pull request? Run Spark-Sql job