You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/03/02 01:34:45 UTC

[jira] [Updated] (SYSTEMML-1085) Fix inmemory artifact

     [ https://issues.apache.org/jira/browse/SYSTEMML-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glenn Weidner updated SYSTEMML-1085:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.12

> Fix inmemory artifact
> ---------------------
>
>                 Key: SYSTEMML-1085
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1085
>             Project: SystemML
>          Issue Type: Task
>          Components: Build
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Minor
>             Fix For: SystemML 0.12
>
>
> The inmemory jar artifact currently is commented out. This artifact can be moved to its own profile so that it can be built.
> In addition, currently the following does not work:
> {code}
> echo "import org.apache.sysml.api.jmlc.*;public class JMLCEx {public static void main(String[] args) throws Exception {Connection conn = new Connection();PreparedScript script = conn.prepareScript(\"print('hello world');\", new String[]{}, new String[]{}, false);script.executeScript();}}" > JMLCEx.java
> javac -cp systemml*.jar JMLCEx.java
> java -cp .:systemml*.jar JMLCEx
> {code}
> The inmemory assembly requires the addition of the guava dependency in order to create a jar that allows the above example to execute.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)