You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/09/01 02:41:02 UTC

[jira] [Created] (SYSTEMML-1877) Perfttest: Univariate statistics 1M x 1K fails on DPESP

Matthias Boehm created SYSTEMML-1877:
----------------------------------------

             Summary: Perfttest: Univariate statistics 1M x 1K fails on DPESP
                 Key: SYSTEMML-1877
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1877
             Project: SystemML
          Issue Type: Bug
    Affects Versions: SystemML 0.14
            Reporter: Matthias Boehm


The univariate statistics script fails in hybrid_spark on 1M x 1K with the following exception (this issue has been introduced w/ SYSTEMML-1310)

{code}
Caused by: java.lang.RuntimeException: Unsupported partition format: COLUMN_WISE
	at org.apache.sysml.runtime.controlprogram.parfor.RemoteDPParForSparkWorker.<init>(RemoteDPParForSparkWorker.java:100)
	at org.apache.sysml.runtime.controlprogram.parfor.RemoteDPParForSpark.runJob(RemoteDPParForSpark.java:98)
	at org.apache.sysml.runtime.controlprogram.ParForProgramBlock.executeRemoteSparkParForDP(ParForProgramBlock.java:1104)
	at org.apache.sysml.runtime.controlprogram.ParForProgramBlock.execute(ParForProgramBlock.java:638)
	... 14 more
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)