[jira] [Commented] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-29 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15786822#comment-15786822 ] Sean Wong commented on SPARK-18933: --- But there is no stderr or stdout file available for driver logs.

[jira] [Created] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-19 Thread Sean Wong (JIRA)
Sean Wong created SPARK-18933: - Summary: Different log output between Terminal screen and stderr file Key: SPARK-18933 URL: https://issues.apache.org/jira/browse/SPARK-18933 Project: Spark

[jira] [Reopened] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-21 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Wong reopened SPARK-18933: --- I found that Loginfo codes in the transformation() or actions() are only shown in the terminal screen.

[jira] [Issue Comment Deleted] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-21 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Wong updated SPARK-18933: -- Comment: was deleted (was: I found that Loginfo codes in the transformation() or actions() are only

[jira] [Commented] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-21 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15768739#comment-15768739 ] Sean Wong commented on SPARK-18933: --- I found that Loginfo codes in the transformation() or actions()

[jira] [Resolved] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-21 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Wong resolved SPARK-18933. --- Resolution: Not A Bug This is not a bug, but the log system can be future improved. > Different log

[jira] [Commented] (SPARK-18933) Different log output between Terminal screen and stderr file

2016-12-21 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15768775#comment-15768775 ] Sean Wong commented on SPARK-18933: --- Finally, I have got the answer. It's not the bug but the log

[jira] [Created] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-03 Thread Sean Wong (JIRA)
Sean Wong created SPARK-21631: - Summary: Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok Key: SPARK-21631 URL: https://issues.apache.org/jira/browse/SPARK-21631

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16113992#comment-16113992 ] Sean Wong commented on SPARK-21631: --- not compliant with Spark code style? But building with maven is ok

[jira] [Comment Edited] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114693#comment-16114693 ] Sean Wong edited comment on SPARK-21631 at 8/4/17 6:14 PM: --- I added

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114693#comment-16114693 ] Sean Wong commented on SPARK-21631: --- I added NOLINT_ON_COMPILE in ~/.bashrc: export

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114893#comment-16114893 ] Sean Wong commented on SPARK-21631: --- I used to modify the source code like "import..." in Spark 1.6.1

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114895#comment-16114895 ] Sean Wong commented on SPARK-21631: --- Set a system environment variable NOLINT_ON_COMPILE is

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-05 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115448#comment-16115448 ] Sean Wong commented on SPARK-21631: --- So, how to set NOLINT_ON_COMPILE? in which file? Thanks. >

[jira] [Commented] (SPARK-21631) Building Spark with SBT unsuccessful when source code in Mllib is modified, But with MVN is ok

2017-08-04 Thread Sean Wong (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114518#comment-16114518 ] Sean Wong commented on SPARK-21631: --- You are right. It is a style thing. Because I added the import at