Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3401

Wrong usage of tee command in python/run-tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.1
    • PySpark
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sarutak Kousuke Saruta
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: