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

Deron Eriksson resolved SYSTEMML-1085.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.0

Fixed by [PR284|https://github.com/apache/incubator-systemml/pull/284].

> 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 1.0
>
>
> 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.4#6332)

Reply via email to