[ https://issues.apache.org/jira/browse/SPARK-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121033#comment-14121033 ]
Apache Spark commented on SPARK-3401: ------------------------------------- User 'sarutak' has created a pull request for this issue: https://github.com/apache/spark/pull/2272 > 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