Successfully executed commands from Quick Start guide (
http://apache.github.io/incubator-systemml/quick-start-guide.html) using
systemml-0.9.0-incubating-standalone.zip unzipped on local machine (Windows
7 with 64-bit JDK's 1.7 and 1.8) as shown in attached console results.
(See attached file: test_quick_start_windows_results.txt)

runStandaloneSystemML.bat scripts/algorithms/Univar-Stats.dml -nvargs
X=data/haberman.data TYPES=data/types.csv STATS=data/univarOut.mtx
runStandaloneSystemML.bat scripts/utils/sample.dml -nvargs
X=data/haberman.data sv=data/perc.csv O=data/haberman.part ofmt="csv"
runStandaloneSystemML.bat scripts/utils/splitXY.dml -nvargs
X=data/haberman.part/1 y=4 OX=data/haberman.train.data.csv
OY=data/haberman.train.labels.csv ofmt="csv"
runStandaloneSystemML.bat scripts/utils/splitXY.dml -nvargs
X=data/haberman.part/2 y=4 OX=data/haberman.test.data.csv
OY=data/haberman.test.labels.csv  ofmt="csv"
runStandaloneSystemML.bat scripts/algorithms/l2-svm.dml -nvargs
X=data/haberman.train.data.csv Y=data/haberman.train.labels.csv
model=data/l2-svm-model.csv fmt="csv" Log=data/l2-svm-log.csv
runStandaloneSystemML.bat scripts/algorithms/l2-svm-predict.dml -nvargs
X=data/haberman.test.data.csv Y=data/haberman.test.labels.csv
model=data/l2-svm-model.csv fmt="csv" confusion=data/l2-svm-confusion.csv

--Glenn



From:   Mike Dusenberry <[email protected]>
To:     "[email protected]"
            <[email protected]>
Date:   01/29/2016 10:42 AM
Subject:        Re: [VOTE] Release SystemML 0.9.0-incubating (RC3)



+1

Unarchived and executed basic scripts with all distributions on a local
machine (OS X 10.10.5, JDK  1.8.0_66, Spark 1.6), and a cluster (CentOS 7,
1 + 10 nodes, 256 GB RAM each, Hadoop + YARN + HDFS, Spark 1.4, Spark 1.6).

- Mike

--

Michael W. Dusenberry
GitHub: github.com/dusenberrymw
LinkedIn: linkedin.com/in/mikedusenberry

On Jan 28, 2016, at 5:26 PM, Luciano Resende <[email protected]> wrote:

Please vote on releasing the following candidate as Apache SystemML version
0.9.0!

The vote is open for at least 72 hours and passes if a majority of at least
3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache SystemML 0.9.0
[ ] -1 Do not release this package because ...

To learn more about Apache SystemML, please see http://systemml.apache.org/

The tag to be voted on is v0.9.0-rc3
(49528085a9b2ea0babade040db821c8158a57ab5)

https://github.com/apache/incubator-systemml/tree/
49528085a9b2ea0babade040db821c8158a57ab5

The release files, including signatures, digests, etc. can be found at:

https://repository.apache.org/content/repositories/orgapachesystemml-1003/

The distribution is also available at:

http://people.apache.org/~lresende/systemml/0.9.0-rc3/

=====================================
== Apache Incubator release policy ==
=====================================
Please find below the guide to release management during incubation:
http://incubator.apache.org/guides/releasemanagement.html

=======================================
== How can I help test this release? ==
=======================================
If you are a SystemML user, you can help us test this release by taking an
existing Algorithm or workload and running on this release candidate, then
reporting any regressions.

================================================
== What justifies a -1 vote for this release? ==
================================================
-1 votes should only occur for significant stop-ship bugs or legal related
issues (e.g. wrong license, missing header files, etc). Minor bugs or
regressions should not block this release.


--
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>java 
-version
java version "1.7.0"
Java(TM) SE Runtime Environment (build pwa6470_27-20131115_04)
IBM J9 VM (build 2.7, JRE 1.7.0 Windows 7 amd64-64 Compressed References 
20131114_175264 (JIT enabled, AOT enabled)
J9VM - R27_Java727_GA_20131114_0833_B175264
JIT  - tr.r13.java_20131113_50523
GC   - R27_Java727_GA_20131114_0833_B175264_CMPRSS
J9CL - 20131114_175264)
JCL - 20131113_01 based on Oracle 7u45-b18

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/algorithms/Univar-Stats.dml -nvargs X=data/haberman.dat
a TYPES=data/types.csv STATS=data/univarOut.mtx
./lib/*
16/01/29 09:20:32 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:20:32
16/01/29 09:20:32 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:20:32 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:20:32 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:20:32 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:20:32 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:20:32 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:20:32 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:20:32 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:20:32 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:20:32 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:20:32 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:20:32 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:20:33 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1516
16/01/29 09:20:34 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.597 sec.
Number of executed MR Jobs:     0.

16/01/29 09:20:34 INFO api.DMLScript: END DML run 01/29/2016 09:20:34

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/utils/sample.dml -nvargs X=data/haberman.data sv=data/p
erc.csv O=data/haberman.part ofmt="csv"
./lib/*
16/01/29 09:21:03 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:21:03
16/01/29 09:21:03 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:21:03 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:21:03 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:21:03 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:21:03 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:21:03 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:21:03 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:21:03 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:21:03 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:21:03 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:21:03 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:21:03 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:21:04 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1520
16/01/29 09:21:05 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.326 sec.
Number of executed MR Jobs:     0.

16/01/29 09:21:05 INFO api.DMLScript: END DML run 01/29/2016 09:21:05

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/utils/splitXY.dml -nvargs X=data/haberman.part/1 y=4 OX
=data/haberman.train.data.csv OY=data/haberman.train.labels.csv ofmt="csv"
./lib/*
16/01/29 09:21:22 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:21:22
16/01/29 09:21:23 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:21:23 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:21:23 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:21:23 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:21:23 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:21:23 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:21:23 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:21:23 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:21:23 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:21:23 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:21:23 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:21:23 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:21:23 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1516
16/01/29 09:21:24 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.256 sec.
Number of executed MR Jobs:     0.

16/01/29 09:21:24 INFO api.DMLScript: END DML run 01/29/2016 09:21:24

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/utils/splitXY.dml -nvargs X=data/haberman.part/2 y=4 OX
=data/haberman.test.data.csv  OY=data/haberman.test.labels.csv  ofmt="csv"
./lib/*
16/01/29 09:21:49 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:21:49
16/01/29 09:21:49 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:21:49 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:21:49 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:21:49 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:21:49 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:21:49 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:21:49 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:21:49 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:21:49 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:21:49 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:21:49 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:21:49 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:21:49 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1532
16/01/29 09:21:50 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.254 sec.
Number of executed MR Jobs:     0.

16/01/29 09:21:50 INFO api.DMLScript: END DML run 01/29/2016 09:21:50

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/algorithms/l2-svm.dml -nvargs X=data/haberman.train.dat
a.csv Y=data/haberman.train.labels.csv model=data/l2-svm-model.csv fmt="csv" 
Log=data/l2-svm-log.csv
./lib/*
16/01/29 09:22:25 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:22:25
16/01/29 09:22:25 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:22:25 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:22:25 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:22:25 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:22:25 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:22:25 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:22:25 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:22:25 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:22:25 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:22:25 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:22:25 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:22:25 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:22:25 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1520
ITER 0: OBJ=58.15092519167886
ITER 1: OBJ=49.80525351976875
ITER 2: OBJ=49.803701883294856
16/01/29 09:22:27 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.340 sec.
Number of executed MR Jobs:     0.

16/01/29 09:22:27 INFO api.DMLScript: END DML run 01/29/2016 09:22:27

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/algorithms/l2-svm-predict.dml -nvargs X=data/haberman.t
est.data.csv Y=data/haberman.test.labels.csv model=data/l2-svm-model.csv 
fmt="csv" confusion=data/l2-svm-confusion.csv
./lib/*
16/01/29 09:22:49 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:22:49
16/01/29 09:22:49 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:22:49 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:22:49 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:22:49 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:22:49 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:22:49 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:22:49 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:22:49 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:22:49 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:22:49 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:22:49 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:22:49 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:22:49 WARN hops.OptimizerUtils: Auto-disable multi-threaded text 
read for 'text' and 'csv' due to thread contention on JRE < 1.8 
(java.version=1.7.0
).
getting access token
  [getToken] got user access token
getting user info
  [getUser] Got TokenUser info
  [getUser] userName: gweidner, domainName = SVL-GWEIDNER
  [getUser] userSid: S-1-5-21-733788388-244427222-2762894592-1000
  [getUser] domainSid: S-1-5-21-733788388-244427222-2762894592
getting primary group
  [getPrimaryGroup] Got TokenPrimaryGroup info
  [getPrimaryGroup] primaryGroup: S-1-5-21-733788388-244427222-2762894592-513
getting supplementary groups
  [getGroups] Got TokenGroups info
  [getGroups] group 0: S-1-5-21-733788388-244427222-2762894592-513
  [getGroups] group 1: S-1-1-0
  [getGroups] group 2: S-1-5-114
  [getGroups] group 3: S-1-5-21-733788388-244427222-2762894592-1002
  [getGroups] group 4: S-1-5-32-544
  [getGroups] group 5: S-1-5-32-545
  [getGroups] group 6: S-1-5-4
  [getGroups] group 7: S-1-2-1
  [getGroups] group 8: S-1-5-11
  [getGroups] group 9: S-1-5-15
  [getGroups] group 10: S-1-5-113
  [getGroups] group 11: S-1-5-5-0-187893
  [getGroups] group 12: S-1-2-0
  [getGroups] group 13: S-1-5-64-10
  [getGroups] group 14: S-1-16-12288
getting impersonation token
  [getImpersonationToken] token = 1524
Accuracy (%): 73.54838709677419
16/01/29 09:22:50 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.197 sec.
Number of executed MR Jobs:     0.

16/01/29 09:22:50 INFO api.DMLScript: END DML run 01/29/2016 09:22:50

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>
C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>set 
path=C:/ibm-java-sdk-80/bin;%PATH%

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>java 
-version
java version "1.8.0"
Java(TM) SE Runtime Environment (build pwa6480sr2fp10-20160108_01(SR2 FP10))
IBM J9 VM (build 2.8, JRE 1.8.0 Windows 7 amd64-64 Compressed References 
20160106_284759 (JIT enabled, AOT enabled)
J9VM - R28_20160106_1341_B284759
JIT  - tr.r14.java_20151209_107110.02
GC   - R28_20160106_1341_B284759_CMPRSS
J9CL - 20160106_284759)
JCL - 20151231_01 based on Oracle jdk8u71-b15

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>runStandaloneSystemML.bat
 scripts/algorithms/Univar-Stats.dml -nvargs X=data/haberman.dat
a TYPES=data/types.csv STATS=data/univarOut.mtx
./lib/*
16/01/29 09:39:32 INFO api.DMLScript: BEGIN DML run 01/29/2016 09:39:32
16/01/29 09:39:32 INFO conf.DMLConfig: Updating localtmpdir with value 
/tmp/systemml
16/01/29 09:39:32 INFO conf.DMLConfig: Updating scratch with value scratch_space
16/01/29 09:39:32 INFO conf.DMLConfig: Updating optlevel with value 2
16/01/29 09:39:32 INFO conf.DMLConfig: Updating numreducers with value 10
16/01/29 09:39:32 INFO conf.DMLConfig: Updating jvmreuse with value false
16/01/29 09:39:32 INFO conf.DMLConfig: Updating defaultblocksize with value 1000
16/01/29 09:39:32 INFO conf.DMLConfig: Updating dml.yarn.appmaster with value 
false
16/01/29 09:39:32 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with 
value 2048
16/01/29 09:39:32 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with 
value 2048
16/01/29 09:39:32 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value 
default
16/01/29 09:39:32 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with 
value true
16/01/29 09:39:32 INFO conf.DMLConfig: Updating cp.parallel.textio with value 
true
16/01/29 09:39:34 INFO api.DMLScript: SystemML Statistics:
Total execution time:           0.581 sec.
Number of executed MR Jobs:     0.

16/01/29 09:39:34 INFO api.DMLScript: END DML run 01/29/2016 09:39:34

C:\Downloads\SystemML\release\rc3-systemml-0.9.0-incubating-standalone>

Reply via email to