[jira] [Commented] (SPARK-3147) Implement A/B testing

2015-02-21 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330462#comment-14330462 ] Apache Spark commented on SPARK-3147: - User 'feynmanliang' has created a pull request

[jira] [Comment Edited] (SPARK-3147) Implement A/B testing

2015-02-21 Thread Feynman Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330458#comment-14330458 ] Feynman Liang edited comment on SPARK-3147 at 2/21/15 10:32 PM:

[jira] [Commented] (SPARK-3147) Implement A/B testing

2015-02-21 Thread Feynman Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330464#comment-14330464 ] Feynman Liang commented on SPARK-3147: -- Hi [~mengxr], I've made a PR for this;

[jira] [Commented] (SPARK-3147) Implement A/B testing

2015-02-21 Thread Feynman Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330458#comment-14330458 ] Feynman Liang commented on SPARK-3147: -- Hi [~mengxr], Could you assign this issue to

[jira] [Issue Comment Deleted] (SPARK-3147) Implement A/B testing

2015-02-21 Thread Feynman Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feynman Liang updated SPARK-3147: - Comment: was deleted (was: Hi [~mengxr], I've made a PR for this at

[jira] [Updated] (SPARK-5920) Use a BufferedInputStream to read local shuffle data

2015-02-21 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-5920: --- Priority: Critical (was: Major) Use a BufferedInputStream to read local shuffle data

[jira] [Updated] (SPARK-5920) Use a BufferedInputStream to read local shuffle data

2015-02-21 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-5920: --- Priority: Blocker (was: Critical) Use a BufferedInputStream to read local shuffle data

[jira] [Updated] (SPARK-5941) `def table` is not using the unresolved logical plan `UnresolvedRelation`

2015-02-21 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Hao updated SPARK-5941: - Summary: `def table` is not using the unresolved logical plan `UnresolvedRelation` (was: `def table` is

[jira] [Commented] (SPARK-5920) Use a BufferedInputStream to read local shuffle data

2015-02-21 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14331986#comment-14331986 ] Patrick Wendell commented on SPARK-5920: We should definitely do this. Use a

[jira] [Commented] (SPARK-5916) $SPARK_HOME/bin/beeline conflicts with $HIVE_HOME/bin/beeline

2015-02-21 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14332001#comment-14332001 ] Patrick Wendell commented on SPARK-5916: The naming conflict is unfortunate.

[jira] [Created] (SPARK-5941) `def table` is not using the unresolved logical plan

2015-02-21 Thread Cheng Hao (JIRA)
Cheng Hao created SPARK-5941: Summary: `def table` is not using the unresolved logical plan Key: SPARK-5941 URL: https://issues.apache.org/jira/browse/SPARK-5941 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-5941) `def table` is not using the unresolved logical plan in DataFrameImpl

2015-02-21 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14332003#comment-14332003 ] Cheng Hao commented on SPARK-5941: -- Eagerly resolving the table probably causes side

[jira] [Commented] (SPARK-4605) Proposed Contribution: Spark Kernel to enable interactive Spark applications

2015-02-21 Thread Irfan Ahmad (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14331982#comment-14331982 ] Irfan Ahmad commented on SPARK-4605: Any updates on the status of this? Proposed

[jira] [Updated] (SPARK-5923) Very slow query when using Oracle hive metastore and table has lots of partitions

2015-02-21 Thread Nicholas Chammas (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Chammas updated SPARK-5923: Component/s: SQL Very slow query when using Oracle hive metastore and table has lots of

[jira] [Commented] (SPARK-5941) `def table` is not using the unresolved logical plan in DataFrameImpl

2015-02-21 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14332005#comment-14332005 ] Apache Spark commented on SPARK-5941: - User 'chenghao-intel' has created a pull

[jira] [Updated] (SPARK-5941) `def table` is not using the unresolved logical plan in DataFrameImpl

2015-02-21 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Hao updated SPARK-5941: - Summary: `def table` is not using the unresolved logical plan in DataFrameImpl (was: `def table` is not

[jira] [Commented] (SPARK-5916) $SPARK_HOME/bin/beeline conflicts with $HIVE_HOME/bin/beeline

2015-02-21 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330102#comment-14330102 ] Sean Owen commented on SPARK-5916: -- Ha, right. What I mean is, I wonder if anybody even

[jira] [Commented] (SPARK-2344) Add Fuzzy C-Means algorithm to MLlib

2015-02-21 Thread Beniamino (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330298#comment-14330298 ] Beniamino commented on SPARK-2344: -- Yeah, sure! I took a look at your implementation and

[jira] [Commented] (SPARK-2344) Add Fuzzy C-Means algorithm to MLlib

2015-02-21 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330276#comment-14330276 ] Alex commented on SPARK-2344: - Thanks for the link. Maybe we could joint forces in order to

[jira] [Commented] (SPARK-5938) Generate row from json efficiently

2015-02-21 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330137#comment-14330137 ] Apache Spark commented on SPARK-5938: - User 'viirya' has created a pull request for

[jira] [Created] (SPARK-5938) Generate row from json efficiently

2015-02-21 Thread Liang-Chi Hsieh (JIRA)
Liang-Chi Hsieh created SPARK-5938: -- Summary: Generate row from json efficiently Key: SPARK-5938 URL: https://issues.apache.org/jira/browse/SPARK-5938 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-5937) ClientSuite must set YARN mode to true to ensure correct SparkHadoopUtil implementation is used.

2015-02-21 Thread Andrew Or (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Or updated SPARK-5937: - Summary: ClientSuite must set YARN mode to true to ensure correct SparkHadoopUtil implementation is used.

[jira] [Updated] (SPARK-5937) ClientSuite must set SPARK_YARN_MODE to true to ensure correct SparkHadoopUtil implementation is used.

2015-02-21 Thread Andrew Or (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Or updated SPARK-5937: - Component/s: YARN Tests ClientSuite must set SPARK_YARN_MODE to true to ensure correct

[jira] [Updated] (SPARK-5937) ClientSuite must set SPARK_YARN_MODE to true to ensure correct SparkHadoopUtil implementation is used.

2015-02-21 Thread Andrew Or (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Or updated SPARK-5937: - Summary: ClientSuite must set SPARK_YARN_MODE to true to ensure correct SparkHadoopUtil implementation is

[jira] [Updated] (SPARK-5937) ClientSuite must set SPARK_YARN_MODE to true to ensure correct SparkHadoopUtil implementation is used.

2015-02-21 Thread Andrew Or (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Or updated SPARK-5937: - Affects Version/s: 1.2.0 ClientSuite must set SPARK_YARN_MODE to true to ensure correct

[jira] [Commented] (SPARK-5508) [hive context] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2015-02-21 Thread Ayoub Benali (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330234#comment-14330234 ] Ayoub Benali commented on SPARK-5508: - The current work around is to use the LOAD

[jira] [Updated] (SPARK-5508) [hive context] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2015-02-21 Thread Ayoub Benali (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayoub Benali updated SPARK-5508: Description: When the table is saved as parquet, we cannot query a field which is an array of

[jira] [Updated] (SPARK-5508) [hive context] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2015-02-21 Thread Ayoub Benali (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayoub Benali updated SPARK-5508: Summary: [hive context] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 (was: [hive

[jira] [Created] (SPARK-5939) Make FPGrowth example app take parameters

2015-02-21 Thread Jacky Li (JIRA)
Jacky Li created SPARK-5939: --- Summary: Make FPGrowth example app take parameters Key: SPARK-5939 URL: https://issues.apache.org/jira/browse/SPARK-5939 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-5939) Make FPGrowth example app take parameters

2015-02-21 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330249#comment-14330249 ] Apache Spark commented on SPARK-5939: - User 'jackylk' has created a pull request for

[jira] [Commented] (SPARK-5940) Graph Loader: refactor + add more formats

2015-02-21 Thread Magellanea (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330448#comment-14330448 ] Magellanea commented on SPARK-5940: --- [~lukovnikov] I'd like to work on that task, Do