Trying to get ElephantDB running to follow along with Nathan Marz book, and I'm wondering what the best way is. Do you all just lein uberjar inside the elephantdb-server folder and run the server with java -jar [standalone filename]? That's what I'm trying to do right now, but I'm getting some arity errors. I noticed in core.clj that the -main function seems to want either of
global-config-hdfs-path: the hdfs path of global-config.clj
local-config-path: the path to local-config.clj on this machine.
and merges them together. Am I even on the right path?
If someone could throw me a bone here and help me get this thing running the proper way - if there is one - I wouldn't mind writing up some docs for the README to help others get on board as well. And I'll be honest, today is my first time in Clojure world, so any tips are appreciated.
Trying to get ElephantDB running to follow along with Nathan Marz book, and I'm wondering what the best way is. Do you all just
lein uberjarinside the elephantdb-server folder and run the server withjava -jar [standalone filename]? That's what I'm trying to do right now, but I'm getting some arity errors. I noticed in core.clj that the -main function seems to want either ofglobal-config-hdfs-path: the hdfs path ofglobal-config.cljlocal-config-path: the path tolocal-config.cljon this machine.and merges them together. Am I even on the right path?
If someone could throw me a bone here and help me get this thing running the proper way - if there is one - I wouldn't mind writing up some docs for the README to help others get on board as well. And I'll be honest, today is my first time in Clojure world, so any tips are appreciated.