[jira] [Commented] (SPARK-1982) saveToParquetFile doesn't support ByteType

2014-06-01 Thread Andre Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014945#comment-14014945 ] Andre Schumacher commented on SPARK-1982: - It turns out that ByteType primitive

[jira] [Created] (SPARK-1983) Expose private `inferSchema` method in SQLContext for Scala and Java API

2014-06-01 Thread Kuldeep (JIRA)
Kuldeep created SPARK-1983: -- Summary: Expose private `inferSchema` method in SQLContext for Scala and Java API Key: SPARK-1983 URL: https://issues.apache.org/jira/browse/SPARK-1983 Project: Spark

[jira] [Updated] (SPARK-1983) Expose private `inferSchema` method in SQLContext for Scala and Java API

2014-06-01 Thread Kuldeep (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuldeep updated SPARK-1983: --- Description:

[jira] [Commented] (SPARK-983) Support external sorting for RDD#sortByKey()

2014-06-01 Thread Madhu Siddalingaiah (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015020#comment-14015020 ] Madhu Siddalingaiah commented on SPARK-983: --- I tested some additions locally that

[jira] [Created] (SPARK-1984) Maven build requires SCALA_HOME to be set even though it's not needed

2014-06-01 Thread Patrick Wendell (JIRA)
Patrick Wendell created SPARK-1984: -- Summary: Maven build requires SCALA_HOME to be set even though it's not needed Key: SPARK-1984 URL: https://issues.apache.org/jira/browse/SPARK-1984 Project:

[jira] [Updated] (SPARK-1984) Maven build requires SCALA_HOME to be set even though it's not needed

2014-06-01 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-1984: --- Fix Version/s: 1.1.0 Maven build requires SCALA_HOME to be set even though it's not needed

[jira] [Commented] (SPARK-1984) Maven build requires SCALA_HOME to be set even though it's not needed

2014-06-01 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015054#comment-14015054 ] Patrick Wendell commented on SPARK-1984: master:

[jira] [Updated] (SPARK-1984) Maven build requires SCALA_HOME to be set even though it's not needed

2014-06-01 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-1984: --- Fix Version/s: (was: 1.0.0) 1.0.1 Maven build requires SCALA_HOME to

[jira] [Created] (SPARK-1985) SPARK_HOME shouldn't be required when spark.executor.uri is provided

2014-06-01 Thread Gerard Maas (JIRA)
Gerard Maas created SPARK-1985: -- Summary: SPARK_HOME shouldn't be required when spark.executor.uri is provided Key: SPARK-1985 URL: https://issues.apache.org/jira/browse/SPARK-1985 Project: Spark

[jira] [Created] (SPARK-1986) lib.Analytics should be in org.apache.spark.examples

2014-06-01 Thread Ankur Dave (JIRA)
Ankur Dave created SPARK-1986: - Summary: lib.Analytics should be in org.apache.spark.examples Key: SPARK-1986 URL: https://issues.apache.org/jira/browse/SPARK-1986 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-1986) lib.Analytics should be in org.apache.spark.examples

2014-06-01 Thread Ankur Dave (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur Dave updated SPARK-1986: -- Issue Type: Improvement (was: Bug) lib.Analytics should be in org.apache.spark.examples

[jira] [Created] (SPARK-1988) Enable storing edges out-of-core

2014-06-01 Thread Ankur Dave (JIRA)
Ankur Dave created SPARK-1988: - Summary: Enable storing edges out-of-core Key: SPARK-1988 URL: https://issues.apache.org/jira/browse/SPARK-1988 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-1989) Exit executors faster if they get into a cycle of heavy GC

2014-06-01 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1989: Summary: Exit executors faster if they get into a cycle of heavy GC Key: SPARK-1989 URL: https://issues.apache.org/jira/browse/SPARK-1989 Project: Spark

[jira] [Created] (SPARK-1990) spark-ec2 should only need Python 2.6, not 2.7

2014-06-01 Thread Matei Zaharia (JIRA)
Matei Zaharia created SPARK-1990: Summary: spark-ec2 should only need Python 2.6, not 2.7 Key: SPARK-1990 URL: https://issues.apache.org/jira/browse/SPARK-1990 Project: Spark Issue Type:

[jira] [Updated] (SPARK-1790) Update EC2 scripts to support r3 instance types

2014-06-01 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matei Zaharia updated SPARK-1790: - Fix Version/s: 1.0.1 Update EC2 scripts to support r3 instance types

[jira] [Commented] (SPARK-1990) spark-ec2 should only need Python 2.6, not 2.7

2014-06-01 Thread Matei Zaharia (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015146#comment-14015146 ] Matei Zaharia commented on SPARK-1990: -- BTW here is the first error this gets: {code}

[jira] [Created] (SPARK-1991) Support custom StorageLevels for vertices and edges

2014-06-01 Thread Ankur Dave (JIRA)
Ankur Dave created SPARK-1991: - Summary: Support custom StorageLevels for vertices and edges Key: SPARK-1991 URL: https://issues.apache.org/jira/browse/SPARK-1991 Project: Spark Issue Type:

[jira] [Commented] (SPARK-1958) Calling .collect() on a SchemaRDD should call executeCollect() on the underlying query plan.

2014-06-01 Thread Cheng Lian (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015158#comment-14015158 ] Cheng Lian commented on SPARK-1958: --- PR: https://github.com/apache/spark/pull/939