flyingcanopy edited a comment on issue #1084:
URL: https://github.com/apache/fluo/issues/1084#issuecomment-635332035
Thank you @keith-turner for clear instructions and @jkosh44 for guiding me
through.
I was able to test the changes after refactoring fluo.sh. Please merge, I
sent a pull request.
You can see the console output below.
```
./bin/run-test.sh
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated
in version 9.0 and will likely be removed in a future release.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/flyingcanopy/Desktop/final_test/fluo-1084/fluo-uno/install/accumulo-2.0.0/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/flyingcanopy/Desktop/final_test/fluo-1084/fluo-uno/install/apache-zookeeper-3.5.7-bin/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
*****Presplitting table*****
*****Generating and loading initial data set*****
Deleted /stresso/initTmp
*****Generating and loading incremental data set 1*****
*****Generating and loading incremental data set 2*****
*****Generating and loading incremental data set 3*****
*****Calculating # of unique integers using MapReduce*****
UNIQUE=323
*****Wait for Fluo to finish processing*****
2020-05-28 05:45:41,150 [oracle.OracleClient] INFO : Connected to oracle at
ubuntu:12926
2020-05-28 05:45:41,551 [zookeeper.ZooCache] WARN : Unhandled: WatchedEvent
state:Closed type:None path:null
*****Printing # of unique integers calculated by Fluo*****
2020-05-28 05:45:44,425 [util.NativeCodeLoader] WARN : Unable to load
native-hadoop library for your platform... using builtin-java classes where
applicable
2020-05-28 05:45:45,455 [sasl.SaslDataTransferClient] INFO : SASL encryption
trust check: localHostTrusted = false, remoteHostTrusted = false
2020-05-28 05:45:47,809 [metrics.ReporterUtil] INFO : Started 0 metrics
reporters
2020-05-28 05:45:48,117 [oracle.OracleClient] INFO : Connected to oracle at
ubuntu:12926
2020-05-28 05:45:48,570 [zookeeper.ZooCache] WARN : Unhandled: WatchedEvent
state:Closed type:None path:null
Total at root : 323
Nodes Scanned : 1
*****Verifying Fluo & MapReduce results match*****
Success! Fluo & MapReduce both calculated 323 unique integers
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]