[GitHub] spark pull request #18507: [SPARK-21283][core]FileOutputStream should be cre...

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18507 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #18507: [SPARK-21283][core]FileOutputStream should be cre...

2017-07-03 Thread 10110346
Github user 10110346 commented on a diff in the pull request: https://github.com/apache/spark/pull/18507#discussion_r125250432 --- Diff: core/src/test/scala/org/apache/spark/util/FileAppenderSuite.scala --- @@ -52,10 +52,12 @@ class FileAppenderSuite extends SparkFunSuite with

[GitHub] spark pull request #18507: [SPARK-21283][core]FileOutputStream should be cre...

2017-07-03 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18507#discussion_r125237381 --- Diff: core/src/test/scala/org/apache/spark/util/FileAppenderSuite.scala --- @@ -52,10 +52,12 @@ class FileAppenderSuite extends SparkFunSuite with

[GitHub] spark pull request #18507: [SPARK-21283][core]FileOutputStream should be cre...

2017-07-02 Thread 10110346
GitHub user 10110346 opened a pull request: https://github.com/apache/spark/pull/18507 [SPARK-21283][core]FileOutputStream should be created as append mode ## What changes were proposed in this pull request? `FileAppender` is used to write `stderr` and `stdout` files in