Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
SystemML 0.14
-
None
-
None
Description
The univariate statistics script fails in hybrid_spark on 1M x 1K with the following exception (this issue has been introduced w/ SYSTEMML-1310)
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