Try doing a mvn clean package The "mvn clean install" is triggering the "verify" phase which we use for our integration tests.
For the integration tests, you'll need to have "Rscript" installed along with the appropriate R packages. Also, the temporary directory the tests write to, need to have 777 permission. This is something that Hadoop requires. For the tests, there is a "SystemML-config.xml" file (that is not the one in conf/) that you'll need to modify to specify the temp/scratch space used by the tests. A simple solution I use to run the integration tests manually is to copy the entire systemml directory to my /tmp and run it from there. -Nakul > On Apr 4, 2017, at 8:28 AM, Krishna Kalyan <[email protected]> wrote: > > Hello, > I wanted to build System-ML from source. However have errors while trying > to do so. > > Steps I followed: > a) Clone System-ML repo (https://github.com/apache/incubator-systemml) > b) mvn clean install > > (Log below) > https://gist.github.com/krishnakalyan3/b90cef0a76a77ce262889048340794ce > > I guess am missing steps. Could someone please guide. > > Regards, > Krishna
