[jira] [Updated] (SYSTEMML-1233) Deprecate old MLContext API
[ https://issues.apache.org/jira/browse/SYSTEMML-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson updated SYSTEMML-1233: - Description: Deprecate the old MLContext API as it will be removed. It has been replaced by the new MLContext API. Most likely it will be removed for the SystemML 1.0 release. was: Deprecate the old MLContext API as it will be removed. It has been replaced by the new MLContext API. > Deprecate old MLContext API > --- > > Key: SYSTEMML-1233 > URL: https://issues.apache.org/jira/browse/SYSTEMML-1233 > Project: SystemML > Issue Type: Task > Components: APIs >Affects Versions: SystemML 0.13 >Reporter: Deron Eriksson >Assignee: Deron Eriksson > > Deprecate the old MLContext API as it will be removed. It has been replaced > by the new MLContext API. > Most likely it will be removed for the SystemML 1.0 release. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Created] (SYSTEMML-1236) Move MLContextProxy out of api package
Deron Eriksson created SYSTEMML-1236: Summary: Move MLContextProxy out of api package Key: SYSTEMML-1236 URL: https://issues.apache.org/jira/browse/SYSTEMML-1236 Project: SystemML Issue Type: Task Components: APIs, Runtime Reporter: Deron Eriksson org.apache.sysml.api.MLContextProxy is not really a class that API users need to be exposed to, so move it to another package to keep the api packages clean. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Updated] (SYSTEMML-1235) Migrate GNMFTest to new MLContext
[ https://issues.apache.org/jira/browse/SYSTEMML-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson updated SYSTEMML-1235: - Description: org.apache.sysml.test.integration.functions.mlcontext.GNMFTest currently uses the old MLContext API. It should be migrated to the new API. > Migrate GNMFTest to new MLContext > - > > Key: SYSTEMML-1235 > URL: https://issues.apache.org/jira/browse/SYSTEMML-1235 > Project: SystemML > Issue Type: Task > Components: Test >Reporter: Deron Eriksson > > org.apache.sysml.test.integration.functions.mlcontext.GNMFTest currently uses > the old MLContext API. It should be migrated to the new API. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Created] (SYSTEMML-1235) Migrate GNMFTest to new MLContext
Deron Eriksson created SYSTEMML-1235: Summary: Migrate GNMFTest to new MLContext Key: SYSTEMML-1235 URL: https://issues.apache.org/jira/browse/SYSTEMML-1235 Project: SystemML Issue Type: Task Components: Test Reporter: Deron Eriksson -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Created] (SYSTEMML-1234) Migrate FrameTest to new MLContext
Deron Eriksson created SYSTEMML-1234: Summary: Migrate FrameTest to new MLContext Key: SYSTEMML-1234 URL: https://issues.apache.org/jira/browse/SYSTEMML-1234 Project: SystemML Issue Type: Task Components: Test Reporter: Deron Eriksson org.apache.sysml.test.integration.functions.mlcontext.FrameTest currently uses the old MLContext API. It should be migrated to the new API. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Created] (SYSTEMML-1233) Deprecate old MLContext API
Deron Eriksson created SYSTEMML-1233: Summary: Deprecate old MLContext API Key: SYSTEMML-1233 URL: https://issues.apache.org/jira/browse/SYSTEMML-1233 Project: SystemML Issue Type: Task Components: APIs Affects Versions: SystemML 0.13 Reporter: Deron Eriksson Assignee: Deron Eriksson Deprecate the old MLContext API as it will be removed. It has been replaced by the new MLContext API. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Resolved] (SYSTEMML-527) Write metadata description with description parameter to write function
[ https://issues.apache.org/jira/browse/SYSTEMML-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson resolved SYSTEMML-527. - Resolution: Fixed Fix Version/s: SystemML 0.13 Fixed by [PR364|https://github.com/apache/incubator-systemml/pull/364]. > Write metadata description with description parameter to write function > --- > > Key: SYSTEMML-527 > URL: https://issues.apache.org/jira/browse/SYSTEMML-527 > Project: SystemML > Issue Type: Improvement > Components: APIs >Reporter: Deron Eriksson >Assignee: Deron Eriksson >Priority: Minor > Fix For: SystemML 0.13 > > > The "description" metadata attribute can be used to describe the data in the > corresponding data file. However, if you try passing in a description via a > description parameter to the write method, the specified description does not > appear in the output metadata file. > For example: > {code} > write(b, "n.csv", format="csv", description="this is a test"); > {code} > generates: > {code} > { > "data_type": "matrix", > "value_type": "double", > ... > "description": { > "author": "SystemML" > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Closed] (SYSTEMML-527) Write metadata description with description parameter to write function
[ https://issues.apache.org/jira/browse/SYSTEMML-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson closed SYSTEMML-527. --- > Write metadata description with description parameter to write function > --- > > Key: SYSTEMML-527 > URL: https://issues.apache.org/jira/browse/SYSTEMML-527 > Project: SystemML > Issue Type: Improvement > Components: APIs >Reporter: Deron Eriksson >Assignee: Deron Eriksson >Priority: Minor > Fix For: SystemML 0.13 > > > The "description" metadata attribute can be used to describe the data in the > corresponding data file. However, if you try passing in a description via a > description parameter to the write method, the specified description does not > appear in the output metadata file. > For example: > {code} > write(b, "n.csv", format="csv", description="this is a test"); > {code} > generates: > {code} > { > "data_type": "matrix", > "value_type": "double", > ... > "description": { > "author": "SystemML" > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Assigned] (SYSTEMML-1180) Verification of SystemML usage in Jupyter notebook
[ https://issues.apache.org/jira/browse/SYSTEMML-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glenn Weidner reassigned SYSTEMML-1180: --- Assignee: Glenn Weidner (was: Arvind Surve) > Verification of SystemML usage in Jupyter notebook > -- > > Key: SYSTEMML-1180 > URL: https://issues.apache.org/jira/browse/SYSTEMML-1180 > Project: SystemML > Issue Type: Sub-task >Reporter: Arvind Surve >Assignee: Glenn Weidner > > Access SystemML artifacts through Jupyter notebook. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
[jira] [Updated] (SYSTEMML-1211) Verify dependencies for Spark 2
[ https://issues.apache.org/jira/browse/SYSTEMML-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glenn Weidner updated SYSTEMML-1211: Issue Type: Sub-task (was: Task) Parent: SYSTEMML-776 > Verify dependencies for Spark 2 > --- > > Key: SYSTEMML-1211 > URL: https://issues.apache.org/jira/browse/SYSTEMML-1211 > Project: SystemML > Issue Type: Sub-task > Components: Build >Reporter: Deron Eriksson > > With the migration to Spark 2, we should verify that the artifact assemblies > are properly handling all dependencies. > Also, we should verify that that artifact licenses properly include all > dependencies following the Spark 2 migration. -- This message was sent by Atlassian JIRA (v6.3.15#6346)