Repository: spark
Updated Branches:
  refs/heads/master 4c5889e8f -> 56d4e8a2d


[SPARK-8350] [R] Log R unit test output to "unit-tests.log"

Right now it's logged to "R-unit-tests.log". Jenkins currently only archives 
files named "unit-tests.log", and this is what all other modules (e.g. SQL, 
network, REPL) use.
1. We should be consistent
2. I don't want to reconfigure Jenkins to accept a different file

shivaram

Author: andrewor14 <and...@databricks.com>
Author: Andrew Or <and...@databricks.com>

Closes #6807 from andrewor14/r-logs and squashes the following commits:

96005d2 [andrewor14] Nest unit-tests.log further until R
407c46c [andrewor14] Add target to log path
d7b68ae [Andrew Or] Log R unit test output to "unit-tests.log"


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/56d4e8a2
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/56d4e8a2
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/56d4e8a2

Branch: refs/heads/master
Commit: 56d4e8a2d0f6aab9a599cd8733e20500ffe8fc8a
Parents: 4c5889e
Author: andrewor14 <and...@databricks.com>
Authored: Mon Jun 15 08:16:22 2015 -0700
Committer: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Committed: Mon Jun 15 08:16:22 2015 -0700

----------------------------------------------------------------------
 R/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/56d4e8a2/R/log4j.properties
----------------------------------------------------------------------
diff --git a/R/log4j.properties b/R/log4j.properties
index 701adb2..cce8d91 100644
--- a/R/log4j.properties
+++ b/R/log4j.properties
@@ -19,7 +19,7 @@
 log4j.rootCategory=INFO, file
 log4j.appender.file=org.apache.log4j.FileAppender
 log4j.appender.file.append=true
-log4j.appender.file.file=R-unit-tests.log
+log4j.appender.file.file=R/target/unit-tests.log
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss.SSS} %t %p 
%c{1}: %m%n
 


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

Reply via email to