This images project is a webservice for serving pictures stored in hadoop to a Splunk UI.
Put resources/public/image_search_alpha_html.html in some Splunk local/data/ui/html and it'll be visible as a view in that app.
- Hadoop images has to be stored in a file matching *.tgz or *.map/data, where *.map is a directory with a file named 'data'
You will need Leiningen 1.7.0 or above installed.
To start a web server for the application, run:
lein run -m images.core <hdfs-uri>
Or create a jar with lein uberjar
and run:
java -classpath images-0.1.0-SNAPSHOT-standalone.jar images.main <hdfs-uri>
Apache License. Version 2.0, January 2004