You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by Krishna Kalyan <kr...@gmail.com> on 2017/09/16 00:47:25 UTC

PCA data gen script, no output

Hello,
I using PCA
<https://github.com/apache/systemml/blob/master/scripts/datagen/genRandData4PCA.dml>
data
generation scripts to generate data. Unfortunately they do not produce any
output in the specified target directory.

Command used:

systemml/bin/systemml-spark-submit.py -f genRandData4PCA.dml -nvargs
R=1000000 C=1000 OUT=~/open-source/scripts/PCA_data

logs
https://gist.github.com/krishnakalyan3/70796b13735743886e41d3da6b75d7d5

This job also does not throw any errors during exection.

Thank you so much,
Krishna