https://github.com/iamsudip/he-clog
Hackerearth's submission evaluation involves lots of message passing. This service allows us to track down messages realtime.
https://github.com/iamsudip/he-clog
cassandra haproxy python thrift zeppelin
Last synced: 3 months ago
JSON representation
Hackerearth's submission evaluation involves lots of message passing. This service allows us to track down messages realtime.
- Host: GitHub
- URL: https://github.com/iamsudip/he-clog
- Owner: iamsudip
- License: bsd-2-clause
- Created: 2017-03-29T15:45:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T07:40:06.000Z (about 9 years ago)
- Last Synced: 2025-02-07T14:21:53.620Z (over 1 year ago)
- Topics: cassandra, haproxy, python, thrift, zeppelin
- Language: Python
- Homepage:
- Size: 8.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instruction setup tracelog from scratch
=======================================
## Cassandra
Install Cassandra: http://cassandra.apache.org/download/
Use cassandra.yaml -> /etc/cassandra/cassandra.yaml
## Haproxy
Install haproxy: `sudo apt-get install haproxy`
Use haproxy.cfg -> /etc/haproxy/haproxy.cfg
## Supervisor
Install supervisor: `sudo apt-get install supervisor`
Use supervisord.conf -> /etc/supervisor/supervisord.conf
## Zeppelin
Install zepplin: http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz
Download and extract, then run `bin/zeppelin-daemon.sh start`
To stop the server use `bin/zeppelin-daemon.sh stop`
## Thrift & others
Install click: `sudo pip install click`
Install thrift using provided tar. `./configure` -> `sudo make install`