- 8 bytes for a datapoints
- 200 bytes for a GTSEncoder
Last active
February 23, 2018 15:23
-
-
Save PierreZ/5e667a92df83fa0cd131c3ef65231041 to your computer and use it in GitHub Desktop.
Warp10 notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://dl.bintray.com/cityzendata/generic/io/warp10/warp10/1.2.5-rc4/warp10-1.2.5-rc4.tar.gz | |
java -cp bin/warp10-1.2.5-rc4.jar io.warp10.standalone.WarpInit data | |
sed -i "/log4j.appender.warpLog.File/c\log4j.appender.warpLog.File=$PWD/logs/nohup.out" etc/log4j.properties | |
sed -i "/log4j.appender.warpscriptLog.File/c\log4j.appender.warpscriptLog.File=$PWD/logs/warpscript.out" etc/log4j.properties | |
java -cp bin/warp10-1.2.5-rc4.jar io.warp10.worf.Worf -q -a io.warp10.bootstrap -puidg -t -ttl 3153600000000 templates/conf-standalone.template -o etc/conf-standalone.conf >> etc/initial.tokens | |
sed -i "/standalone.home /c\standalone.home = $PWD" etc/conf-standalone.conf | |
java -Dlog4j.configuration=file:etc/log4j.properties -cp bin/warp10-1.2.5-rc4.jar:bin/warp10-quantum-plugin-2.1.49.jar io.warp10.standalone.Warp etc/conf-standalone.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remove : from wget :
wget https://dl.bintray.com/cityzendata/generic/io/warp10/warp10/1.2.5-rc4/warp10-1.2.5-rc4.tar.gz