[jira] [Commented] (SPARK-10158) ALS should print better errors when given Long IDs

2015-10-30 Thread Bryan Cutler (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983644#comment-14983644 ] Bryan Cutler commented on SPARK-10158: -- The only way I can see handling this from the PySpark side

[jira] [Commented] (SPARK-10158) ALS should print better errors when given Long IDs

2015-10-29 Thread Bryan Cutler (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14980920#comment-14980920 ] Bryan Cutler commented on SPARK-10158: -- I made a quick fix for this. When using Long values for

[jira] [Commented] (SPARK-10158) ALS should print better errors when given Long IDs

2015-10-29 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14981263#comment-14981263 ] Apache Spark commented on SPARK-10158: -- User 'BryanCutler' has created a pull request for this

[jira] [Commented] (SPARK-10158) ALS should print better errors when given Long IDs

2015-10-29 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14981532#comment-14981532 ] Sean Owen commented on SPARK-10158: --- The exception is basically "can't cast a Long to Int" which seems