- Assemble Scala sbt
- brew install [email protected]
- Install Kibana
- Download hadoop 2.6.4
- Download Spark 1.6.1
- brew install [email protected]
- Download Kafka 2.11-0.10.0.0
- ElasticSearch
vi /usr/local/etc/elasticsearch/elasticsearch.yml
(Since this is installed viabrew
)cluster.name: iot-es-cluster node.name: iot-es-node-1 bootstrap.mlockall: true http.cors.enabled : true http.cors.allow-origin : "*" http.cors.allow-methods : OPTIONS, HEAD, GET, POST, PUT, DELETE http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length
- Install Kibana Plugin
cd $KB_HOME/bin/kibana ./bin/kibana plugin --install elastic/sense
- Setup passwordless localhost ssh