Kousuke Saruta created SPARK-3401:
-------------------------------------

             Summary: Wrong usage of tee command in python/run-tests
                 Key: SPARK-3401
                 URL: https://issues.apache.org/jira/browse/SPARK-3401
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 1.1.0
            Reporter: Kousuke Saruta


In python/run-test, tee command is used with -a option to append 
"unit-tests.log" for logging but the usage is wrong.
In current implementation, the output of tee command is redirected to 
unit-tests.log like "tee -a > unit-tests.log".
tee command is not needed to redirect its output.

This issue affects invalid truncate of unit-tests.log.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to