[GitHub] spark pull request #20857: [SPARK-23735]Optimize the document by adding an i...

2018-04-10 Thread liuxianjiao
Github user liuxianjiao commented on a diff in the pull request: https://github.com/apache/spark/pull/20857#discussion_r180397682 --- Diff: docs/configuration.md --- @@ -2288,6 +2288,13 @@ showDF(properties, numRows = 200, truncate = FALSE) on the receivers

[GitHub] spark pull request #20857: [SPARK-23735]Optimize the document by adding an i...

2018-03-19 Thread liuxianjiao
GitHub user liuxianjiao opened a pull request: https://github.com/apache/spark/pull/20857 [SPARK-23735]Optimize the document by adding an import streaming con… …figuration ## What changes were proposed in this pull request? Optimize the document by adding

[GitHub] spark issue #19142: When the number of attempting to restart receiver greate...

2017-09-08 Thread liuxianjiao
Github user liuxianjiao commented on the issue: https://github.com/apache/spark/pull/19142 @jerryshao so,what's the meaning of these empty 'else'? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #19142: When the number of attempting to restart receiver greate...

2017-09-06 Thread liuxianjiao
Github user liuxianjiao commented on the issue: https://github.com/apache/spark/pull/19142 @srowen Thanks for your reply!We can let users know the theory of the restart of receiver by this PR.To be honest,the 'else' was redundancy,so I improve it by logtrace. To say the least

[GitHub] spark pull request #19142: When the number of attempting to restart receiver...

2017-09-05 Thread liuxianjiao
GitHub user liuxianjiao opened a pull request: https://github.com/apache/spark/pull/19142 When the number of attempting to restart receiver greater than 0,spark do nothing in 'else' When the number of attempting to restart receiver greater than 0,spark do nothing in 'else'.So I