Deron Eriksson created SYSTEMML-1085:
----------------------------------------
Summary: 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
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
execute.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)