You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2017/05/05 13:38:04 UTC

[jira] [Created] (SPARK-20614) Use the same log4j configuration with Jenkins in AppVeyor

Hyukjin Kwon created SPARK-20614:
------------------------------------

             Summary: Use the same log4j configuration with Jenkins in AppVeyor
                 Key: SPARK-20614
                 URL: https://issues.apache.org/jira/browse/SPARK-20614
             Project: Spark
          Issue Type: Improvement
          Components: Project Infra
    Affects Versions: 2.2.0
            Reporter: Hyukjin Kwon


Currently, there are flooding logs in AppVeyor (in the console). This has been fine because we can download all the logs. However, (given my observations so far), logs are truncated when there are too many.

For example, see  https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/build/1209-master

Even after the log is downloaded, it looks truncated as below:

{code}
[00:44:21] 17/05/04 18:56:18 INFO TaskSetManager: Finished task 197.0 in stage 601.0 (TID 9211) in 0 ms on localhost (executor driver) (194/200)
[00:44:21] 17/05/04 18:56:18 INFO Executor: Running task 199.0 in stage 601.0 (TID 9213)
[00:44:21] 17/05/04 18:56:18 INFO Executor: Finished task 198.0 in stage 601.0 (TID 9212). 2473 bytes result sent to driver
{code}

Probably, it looks better to use the same log4j configuration that we are using for Jenkins.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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