Deron Eriksson created SYSTEMML-870:
---------------------------------------
Summary: 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
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)