[jira] [Created] (SYSTEMML-919) OOM Error in `RDDConverterUtilsExt`

2016-09-14 Thread Mike Dusenberry (JIRA)
Mike Dusenberry created SYSTEMML-919: Summary: OOM Error in `RDDConverterUtilsExt` Key: SYSTEMML-919 URL: https://issues.apache.org/jira/browse/SYSTEMML-919 Project: SystemML Issue Type:

[jira] [Updated] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nakul Jindal updated SYSTEMML-920: -- Issue Type: Improvement (was: Bug) > Validate if a scalar is being indexed in DMLTranslator

[jira] [Updated] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nakul Jindal updated SYSTEMML-920: -- Description: When this script is run against master : {code:r} B = "hello" C = B[1,1]

[jira] [Commented] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491476#comment-15491476 ] Nakul Jindal commented on SYSTEMML-920: --- [~acs_s], [~mboehm7] > Validate if a scalar is being

[jira] [Updated] (SYSTEMML-921) Error handling for non-existing variables on function calls

2016-09-14 Thread Matthias Boehm (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm updated SYSTEMML-921: Description: Due to unbounded scoping in conditional control flow, during runtime certain

[jira] [Updated] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nakul Jindal updated SYSTEMML-920: -- Description: When this script is run against master : {code} B = "hello" C = B[1,1] print(C)

[jira] [Created] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
Nakul Jindal created SYSTEMML-920: - Summary: Validate if a scalar is being indexed in DMLTranslator Key: SYSTEMML-920 URL: https://issues.apache.org/jira/browse/SYSTEMML-920 Project: SystemML

[jira] [Updated] (SYSTEMML-920) Validate if a scalar is being indexed in DMLTranslator

2016-09-14 Thread Nakul Jindal (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nakul Jindal updated SYSTEMML-920: -- Description: When this script is run against master : {code:r} B = "hello" C = B[1,1]

[jira] [Commented] (SYSTEMML-919) OOM Error in `RDDConverterUtilsExt`

2016-09-14 Thread Mike Dusenberry (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15492004#comment-15492004 ] Mike Dusenberry commented on SYSTEMML-919: -- [~mboehm7] Awesome! Fixing/improving this and the

[jira] [Commented] (SYSTEMML-909) `determineDataFrameDimensionsIfNeeded(...)` is a bottleneck.

2016-09-14 Thread Mike Dusenberry (JIRA)
[ https://issues.apache.org/jira/browse/SYSTEMML-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15492355#comment-15492355 ] Mike Dusenberry commented on SYSTEMML-909: -- Also I would split the scripts up and just use one