[ https://issues.apache.org/jira/browse/SYSTEMML-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson resolved SYSTEMML-870. ------------------------------------- Resolution: Fixed Fix Version/s: SystemML 0.11 Fixed by [PR221|https://github.com/apache/incubator-systemml/pull/221]. > PYDML script type from file extension in addition to python flag > ---------------------------------------------------------------- > > Key: SYSTEMML-870 > URL: https://issues.apache.org/jira/browse/SYSTEMML-870 > Project: SystemML > Issue Type: Improvement > Components: APIs > Reporter: Deron Eriksson > Assignee: Deron Eriksson > Fix For: SystemML 0.11 > > > Currently a PYDML script coming through DMLScript needs to be identified by a > -python flag, such as: > {code}spark-submit target/SystemML.jar -f hello.pydml -python{code} > Since the script type is specified by the *.pydml extension, the -python flag > is potentially extraneous. The following should resolve to a pydml file: > {code}spark-submit target/SystemML.jar -f hello.pydml{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)