Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 439 Bytes

IN PROGRESS: not yet complete

Build the topology

cd TradingEngine
mvn clean package

Create the Phoenix/HBase tables

/usr/hdp/current/phoenix-client/bin/psql.py zk_server:2181:/hbase-unsecure ddl/quotes.ddl
/usr/hdp/current/phoenix-client/bin/psql.py zk_server:2181:/hbase-unsecure ddl/orders.ddl

Run topology

storm jar target/TradingEngine-SNAPSHOT.jar com.github.randerzander.TradingTopology topology.props