[jira] [Created] (SYSTEMML-605) Transform apply support for unseen recode tokens
Matthias Boehm created SYSTEMML-605: --- Summary: Transform apply support for unseen recode tokens Key: SYSTEMML-605 URL: https://issues.apache.org/jira/browse/SYSTEMML-605 Project: SystemML Issue Type: Bug Components: Runtime Reporter: Matthias Boehm -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (SYSTEMML-586) Fix in-memory distribution for JMLC
[ https://issues.apache.org/jira/browse/SYSTEMML-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson closed SYSTEMML-586. --- > Fix in-memory distribution for JMLC > --- > > Key: SYSTEMML-586 > URL: https://issues.apache.org/jira/browse/SYSTEMML-586 > Project: SystemML > Issue Type: Bug >Reporter: Deron Eriksson >Assignee: Deron Eriksson > > The in-memory jar used for JMLC currently is not built. If it is built, it is > missing the dependencies needed in order to run. So, the minimal set of > dependencies needs to be added to the in-memory assembly for JMLC usage, and > the in-memory jar can then be included with the other distributions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (SYSTEMML-586) Fix in-memory distribution for JMLC
[ https://issues.apache.org/jira/browse/SYSTEMML-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson resolved SYSTEMML-586. - Resolution: Fixed > Fix in-memory distribution for JMLC > --- > > Key: SYSTEMML-586 > URL: https://issues.apache.org/jira/browse/SYSTEMML-586 > Project: SystemML > Issue Type: Bug >Reporter: Deron Eriksson >Assignee: Deron Eriksson > > The in-memory jar used for JMLC currently is not built. If it is built, it is > missing the dependencies needed in order to run. So, the minimal set of > dependencies needs to be added to the in-memory assembly for JMLC usage, and > the in-memory jar can then be included with the other distributions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (SYSTEMML-586) Fix in-memory distribution for JMLC
[ https://issues.apache.org/jira/browse/SYSTEMML-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15218966#comment-15218966 ] Deron Eriksson commented on SYSTEMML-586: - Fixed by [PR94|https://github.com/apache/incubator-systemml/pull/94] > Fix in-memory distribution for JMLC > --- > > Key: SYSTEMML-586 > URL: https://issues.apache.org/jira/browse/SYSTEMML-586 > Project: SystemML > Issue Type: Bug >Reporter: Deron Eriksson >Assignee: Deron Eriksson > > The in-memory jar used for JMLC currently is not built. If it is built, it is > missing the dependencies needed in order to run. So, the minimal set of > dependencies needs to be added to the in-memory assembly for JMLC usage, and > the in-memory jar can then be included with the other distributions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (SYSTEMML-604) Undefined function error message not have line, col, and filename info
Deron Eriksson created SYSTEMML-604: --- Summary: Undefined function error message not have line, col, and filename info Key: SYSTEMML-604 URL: https://issues.apache.org/jira/browse/SYSTEMML-604 Project: SystemML Issue Type: Bug Components: Parser Reporter: Deron Eriksson Priority: Minor Given the following DML: {code} print("howdy"); a=foo(); {code} Results in the following error message: {code}Caused by: org.apache.sysml.parser.LanguageException: ERROR: null -- line 0, column 0 -- function foo is undefined in namespace .defaultNS at org.apache.sysml.parser.StatementBlock.isMergeableFunctionCallBlock(StatementBlock.java:201) {code} The line number, the column number, and the filename (if available) of the undefined function should be displayed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Assigned] (SYSTEMML-604) Undefined function error message not have line, col, and filename info
[ https://issues.apache.org/jira/browse/SYSTEMML-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson reassigned SYSTEMML-604: --- Assignee: Deron Eriksson > Undefined function error message not have line, col, and filename info > -- > > Key: SYSTEMML-604 > URL: https://issues.apache.org/jira/browse/SYSTEMML-604 > Project: SystemML > Issue Type: Bug > Components: Parser >Reporter: Deron Eriksson >Assignee: Deron Eriksson >Priority: Minor > > Given the following DML: > {code} > print("howdy"); > a=foo(); > {code} > Results in the following error message: > {code}Caused by: org.apache.sysml.parser.LanguageException: ERROR: null -- > line 0, column 0 -- function foo is undefined in namespace .defaultNS > at > org.apache.sysml.parser.StatementBlock.isMergeableFunctionCallBlock(StatementBlock.java:201) > {code} > The line number, the column number, and the filename (if available) of the > undefined function should be displayed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (SYSTEMML-567) Basic buffer pool integration of frames
[ https://issues.apache.org/jira/browse/SYSTEMML-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm resolved SYSTEMML-567. - Resolution: Done Fix Version/s: SystemML 0.10 > Basic buffer pool integration of frames > --- > > Key: SYSTEMML-567 > URL: https://issues.apache.org/jira/browse/SYSTEMML-567 > Project: SystemML > Issue Type: Task > Components: Runtime >Reporter: Matthias Boehm >Assignee: Matthias Boehm > Fix For: SystemML 0.10 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Assigned] (SYSTEMML-564) Transform CP modifications to exploit frames
[ https://issues.apache.org/jira/browse/SYSTEMML-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm reassigned SYSTEMML-564: --- Assignee: Matthias Boehm > Transform CP modifications to exploit frames > > > Key: SYSTEMML-564 > URL: https://issues.apache.org/jira/browse/SYSTEMML-564 > Project: SystemML > Issue Type: Task >Reporter: Matthias Boehm >Assignee: Matthias Boehm > Fix For: SystemML 0.10 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (SYSTEMML-564) Transform CP modifications to exploit frames
[ https://issues.apache.org/jira/browse/SYSTEMML-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm resolved SYSTEMML-564. - Resolution: Done Fix Version/s: SystemML 0.10 > Transform CP modifications to exploit frames > > > Key: SYSTEMML-564 > URL: https://issues.apache.org/jira/browse/SYSTEMML-564 > Project: SystemML > Issue Type: Task >Reporter: Matthias Boehm >Assignee: Matthias Boehm > Fix For: SystemML 0.10 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)