This file contains 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
[INFO] | |
[INFO] Spark Project Parent POM ........................... SUCCESS [ 4.446 s] | |
[INFO] Spark Project Test Tags ............................ SUCCESS [ 4.016 s] | |
[INFO] Spark Project Launcher ............................. SUCCESS [ 12.005 s] | |
[INFO] Spark Project Networking ........................... SUCCESS [ 13.747 s] | |
[INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 8.975 s] | |
[INFO] Spark Project Unsafe ............................... SUCCESS [ 18.684 s] | |
[INFO] Spark Project Core ................................. SUCCESS [04:14 min] | |
[INFO] Spark Project Bagel ................................ SUCCESS [ 7.296 s] | |
[INFO] Spark Project GraphX ............................... SUCCESS [ 29.015 s] |
This file contains 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
#Packages require before build scrooge-generator read more at https://github.com/twitter/scrooge | |
#Example sbt call scrooge-generator : http://stackoverflow.com/questions/24562334/how-do-i-execute-scrooge-from-commandline | |
sbt "project scrooge-generator" "runMain com.twitter.scrooge.Main E:\workspacejava\gold-buffalo-system\gbuff-ordersystem-core\src\main\scala\com\gbuff\core\thrift\profile\SalesmansProfilesMessage.thrift -d E:\workspacejava\gold-buffalo-system\gbuff-ordersystem-core\src\main\scala\ " |
This file contains 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
Link: http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ | |
key | |
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm |
This file contains 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
including ./external/bzip2/Android.mk ... | |
including ./external/ceres-solver/Android.mk ... | |
including ./external/checkpolicy/Android.mk ... | |
including ./external/chromium-libpac/Android.mk ... | |
including ./external/chromium_org/Android.mk ... | |
including ./external/clang/Android.mk ... | |
including ./external/compiler-rt/Android.mk ... | |
including ./external/conscrypt/Android.mk ... | |
including ./external/deqp/Android.mk ... | |
including ./external/dexmaker/Android.mk ... |
This file contains 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
chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb push runWrapperaConnectionTest /data/local/tmp/ | |
3663 KB/s (4924984 bytes in 1.312s) | |
chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb push libmsg.a /data/local/tmp/ | |
476 KB/s (126386 bytes in 0.259s) | |
chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb shell | |
shell@mako:/ $ cd /data/local/tmp/ | |
shell@mako:/data/local/tmp $ ls | |
Android2.apk | |
libmsg.a | |
runWrapperaConnectionTest |
This file contains 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
E:\workspacecpp\tracethreat-nrml [master +0 ~6 -0 !5 | +0 ~0 -0 !5]> | |
E:\workspacecpp\tracethreat-nrml [master +0 ~6 -0 !5 | +0 ~0 -0 !5]> | |
E:\workspacecpp\tracethreat-nrml [master +0 ~6 -0 !5 | +0 ~0 -0 !5]> | |
E:\workspacecpp\tracethreat-nrml [master +0 ~6 -0 !5 | +0 ~0 -0 !5]> git checkout dev_win32 | |
src/connector/RocksDBConnector.cpp: needs merge | |
src/connector/RocksDBConnector.hpp: needs merge | |
src/connector/TestRocksDBConnector.cpp: needs merge | |
src/services/AuthenticationHandler.cpp: needs merge | |
tracethreat-nrml.v12.suo: needs merge | |
error: you need to resolve your current index first |
This file contains 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
Build environment | |
"E:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" | |
Prepare object file. | |
"E:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\nmake.exe" -f Makefile.nmake |
This file contains 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
"*": | |
editor: | |
invisibles: {} | |
fontSize: 14 | |
fontFamily: "Courier New" | |
core: | |
themes: [ | |
"atom-dark-ui" | |
"atom-dark-syntax" | |
] |
This file contains 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
|-------------------| | |
| [ Header ] | --------------------- | |
| [ Instruction ] | --> | MapReduce to akka | | |
| [ Address ] | --------------------- | |
|-------------------| | |
This file contains 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
/* | |
* //Start actor completed. | |
//val malwareInfoList = malwareInfoActorCore ? MalwareInfoActorCore.WriteStreamMalwareInfo(malwareInfo) | |
* | |
//val resultListener = Await.result(malwareInfoList, 10 seconds); | |
//val resultMalwareInfoList = resultMalwareInfo ? resultListener | |
* //val malwareInfoListFuture = Await.result(malwareInfoList, 10 seconds).asInstanceOf[Future[List[MalwareInfo]]] |