You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/08/25 21:51:20 UTC

[jira] [Created] (SYSTEMML-870) PYDML script type from file extension in addition to python flag

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)