[jira] [Updated] (SPARK-1351) Documentation Improvements for Spark 1.0

2014-04-05 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-1351: --- Description: Umbrella to track necessary doc improvements. We can break these out into other

[jira] [Created] (SPARK-1428) MLlib should convert non-float64 NumPy arrays to float64 instead of complaining

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1428: Summary: MLlib should convert non-float64 NumPy arrays to float64 instead of complaining Key: SPARK-1428 URL: https://issues.apache.org/jira/browse/SPARK-1428 Project

[jira] [Created] (SPARK-1427) HQL Examples Don't Work

2014-04-05 Thread Patrick Wendell (JIRA)
Patrick Wendell created SPARK-1427: -- Summary: HQL Examples Don't Work Key: SPARK-1427 URL: https://issues.apache.org/jira/browse/SPARK-1427 Project: Spark Issue Type: Bug Component

[jira] [Resolved] (SPARK-1421) Make MLlib work on Python 2.6

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia resolved SPARK-1421. -- Resolution: Fixed Fix Version/s: 0.9.2 1.0.0 > Make MLlib work on Pyt

[jira] [Assigned] (SPARK-1421) Make MLlib work on Python 2.6

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia reassigned SPARK-1421: Assignee: Matei Zaharia > Make MLlib work on Python 2.6 > - > >

[jira] [Created] (SPARK-1426) Make MLlib work with NumPy versions older than 1.7

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1426: Summary: Make MLlib work with NumPy versions older than 1.7 Key: SPARK-1426 URL: https://issues.apache.org/jira/browse/SPARK-1426 Project: Spark Issue Type:

[jira] [Updated] (SPARK-1421) Make MLlib work on Python 2.6

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated SPARK-1421: - Description: Currently it requires Python 2.7 because it uses some new APIs, but they should not

[jira] [Updated] (SPARK-1421) Make MLlib work on Python 2.6

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated SPARK-1421: - Summary: Make MLlib work on Python 2.6 (was: Make MLlib work on Python 2.6 and NumPy < 1.7) > M

[jira] [Created] (SPARK-1425) PySpark can crash Executors if worker.py fails while serializing data

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1425: Summary: PySpark can crash Executors if worker.py fails while serializing data Key: SPARK-1425 URL: https://issues.apache.org/jira/browse/SPARK-1425 Project: Spark

[jira] [Commented] (SPARK-1424) InsertInto should work on JavaSchemaRDD as well.

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961283#comment-13961283 ] Matei Zaharia commented on SPARK-1424: -- More generally we should have flags to suppor

[jira] [Created] (SPARK-1424) InsertInto should work on JavaSchemaRDD as well.

2014-04-05 Thread Michael Armbrust (JIRA)
Michael Armbrust created SPARK-1424: --- Summary: InsertInto should work on JavaSchemaRDD as well. Key: SPARK-1424 URL: https://issues.apache.org/jira/browse/SPARK-1424 Project: Spark Issue Ty

[jira] [Resolved] (SPARK-1393) fix computePreferredLocations signature to not depend on underlying implementation

2014-04-05 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Muralidharan resolved SPARK-1393. Resolution: Fixed > fix computePreferredLocations signature to not depend on underl

[jira] [Commented] (SPARK-1393) fix computePreferredLocations signature to not depend on underlying implementation

2014-04-05 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961278#comment-13961278 ] Mridul Muralidharan commented on SPARK-1393: Merged https://github.com/apache/

[jira] [Assigned] (SPARK-1309) sbt assemble-deps no longer works

2014-04-05 Thread Aaron Davidson (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Davidson reassigned SPARK-1309: - Assignee: Aaron Davidson > sbt assemble-deps no longer works > --

[jira] [Created] (SPARK-1422) Add scripts for launching Spark on Google Compute Engine

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1422: Summary: Add scripts for launching Spark on Google Compute Engine Key: SPARK-1422 URL: https://issues.apache.org/jira/browse/SPARK-1422 Project: Spark Issue

[jira] [Created] (SPARK-1423) Add scripts for launching Spark on Windows Azure

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1423: Summary: Add scripts for launching Spark on Windows Azure Key: SPARK-1423 URL: https://issues.apache.org/jira/browse/SPARK-1423 Project: Spark Issue Type: Im

[jira] [Updated] (SPARK-1421) Make MLlib work on Python 2.6 and NumPy < 1.7

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated SPARK-1421: - Affects Version/s: 0.9.1 0.9.0 > Make MLlib work on Python 2.6 and NumPy <

[jira] [Updated] (SPARK-1421) Make MLlib work on Python 2.6 and NumPy < 1.7

2014-04-05 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated SPARK-1421: - Component/s: PySpark MLlib > Make MLlib work on Python 2.6 and NumPy < 1.7 > ---

[jira] [Created] (SPARK-1421) Make MLlib work on Python 2.6 and NumPy < 1.7

2014-04-05 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1421: Summary: Make MLlib work on Python 2.6 and NumPy < 1.7 Key: SPARK-1421 URL: https://issues.apache.org/jira/browse/SPARK-1421 Project: Spark Issue Type: Bug

[jira] [Resolved] (SPARK-1366) The sql function should be consistent between different types of SQLContext

2014-04-05 Thread Michael Armbrust (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Armbrust resolved SPARK-1366. - Resolution: Fixed > The sql function should be consistent between different types of SQLC

[jira] [Commented] (SPARK-1420) The maven build error for Spark Catalyst

2014-04-05 Thread witgo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961126#comment-13961126 ] witgo commented on SPARK-1420: -- {code} mvn -Pyarn -Dhadoop.version=2.3.0 -Dyarn.version=2.3.0

[jira] [Created] (SPARK-1420) The maven build error for Spark Catalyst

2014-04-05 Thread witgo (JIRA)
witgo created SPARK-1420: Summary: The maven build error for Spark Catalyst Key: SPARK-1420 URL: https://issues.apache.org/jira/browse/SPARK-1420 Project: Spark Issue Type: Bug Components: