[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-08 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14091186#comment-14091186
 ] 

Apache Spark commented on SPARK-1997:
-

User 'mengxr' has created a pull request for this issue:
https://github.com/apache/spark/pull/1857

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-03 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083929#comment-14083929
 ] 

Sean Owen commented on SPARK-1997:
--

Was scalalogging a problem per se? the issue was that Spark used a different 
verison, but now it doesn't use it at all, and there is no conflict. Unless I 
misunderstand, it would be fine to use breeze 0.8.1 + Scala 2.10 in the current 
Spark code.

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-03 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14084057#comment-14084057
 ] 

Xiangrui Meng commented on SPARK-1997:
--

It's fine within Spark. If we add breeze-0.8.1 with scalalogging-2.1.1, users 
may have trouble using Spark with their own library if it depends on 
scalalogging-1.0.1. This is why we removed scalalogging dependency from Spark 
SQL, so there is no reason to add it back, no matter which version it is. David 
already merged the PR that removes scalalogging from breeze. We are now waiting 
for him to help cut a new release of breeze, without scalalogging.

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-02 Thread Anand Avati (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083784#comment-14083784
 ] 

Anand Avati commented on SPARK-1997:


Please re-open this issue as the patch was reverted. The same patch is good for 
re-apply now.

Note that scalalogging is already upgraded to 2.1.2 in master after branch-1.1, 
and therefore #940 needs to be re-applied to master soon.

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-02 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083810#comment-14083810
 ] 

Xiangrui Meng commented on SPARK-1997:
--

I just checked breeze's dependency on scalalogging: 
https://github.com/scalanlp/breeze/blob/master/math/src/main/scala/breeze/util/SerializableLogging.scala

Maybe we can send a PR to breeze to implement something similar to Spark's 
Logging: 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/Logging.scala

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-02 Thread Anand Avati (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083811#comment-14083811
 ] 

Anand Avati commented on SPARK-1997:


Ah, you are right, scalalogging was removed, not updated.

In any case can we update to breeze 0.8.1 with the old #940 patch (the goal of 
this jira)? The logging changes you suggest to breeze seems orthogonal to 0.7 
vs 0.8.1?

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-08-02 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14083824#comment-14083824
 ] 

Apache Spark commented on SPARK-1997:
-

User 'avati' has created a pull request for this issue:
https://github.com/apache/spark/pull/1749

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li
 Fix For: 1.1.0


 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-07-19 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14067450#comment-14067450
 ] 

Xiangrui Meng commented on SPARK-1997:
--

PR: https://github.com/apache/spark/pull/940

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li

 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-07-19 Thread Guoqiang Li (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14067504#comment-14067504
 ] 

Guoqiang Li commented on SPARK-1997:


I'm sorry, came late.
the breeze 0.8.1 jar has {{6916}} files.
dependencies changes in breeze 0.8.1:
||changes ||packages||license||
|additional|org.scalamacros:quasiquotes_2.10:2.0.0-M8|BSD-like|
|additional|com.typesafe.scala-logging:scala-logging-slf4j_2.10:2.1.2|Apache 
2.0|
|remove|ccom.typesafe:scalalogging-slf4j_2.10:1.0.1|Apache 2.0|
|upgrade|org.scalanlp:breeze-macros_2.10:0.7.4|Apache 2.0|



 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li

 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-1997) Update breeze to version 0.8.1

2014-07-03 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14051882#comment-14051882
 ] 

Xiangrui Meng commented on SPARK-1997:
--

[~gq] Could you help test the following?

1) dependencies changes in breeze 0.8.1 and their license, including libraries 
added and removed
2) number of files in the breeze 0.8.1 jar

 Update breeze to version 0.8.1
 --

 Key: SPARK-1997
 URL: https://issues.apache.org/jira/browse/SPARK-1997
 Project: Spark
  Issue Type: Sub-task
  Components: MLlib
Reporter: Guoqiang Li
Assignee: Guoqiang Li

 {{breeze 0.7}} does not support {{scala 2.11}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)