You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2017/04/30 19:11:04 UTC

[jira] [Created] (SYSTEMML-1568) NULL condition not check for Spark version in MLContext

Niketan Pansare created SYSTEMML-1568:
-----------------------------------------

             Summary: NULL condition not check for Spark version in MLContext
                 Key: SYSTEMML-1568
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1568
             Project: SystemML
          Issue Type: Bug
            Reporter: Niketan Pansare
            Priority: Minor


I see following warning after starting pyspark shell:
{code}
17/04/30 14:05:25 WARN MLContext: Apache Spark null or above is recommended for SystemML null

Welcome to Apache SystemML!
{code}

To reproduce the warning, please use Spark 2.1:
{code}
# checkout current master
mvn package -P distribution
pip install target/systemml-1.0.0-incubating-SNAPSHOT-python.tgz
pyspark
>> run simple script with python mlcontext
{code} 

[~deron] Can you please take a look at it ?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)