Hi,
I am trying to start the elephantdb-server using information given by
Nathan Marz in following post:
https://groups.google.com/d/msg/elephantdb-user/pj1BkR3OyUU/3lw02OguU5UJThis post says that to start the server, I need to run the class
elephantdb.main with the following arguments:
1) Location of global-conf.clj
2) Location of local-conf.clj
3) A token
I believe that In the local config, I need to specify the location of
the hadoop name server. E.g., :hdfs-conf {"
fs.default.name" "hdfs://localhost:9000"}}
Does this mean that I need to start the hadoop name server on my
machine to use elephantdb-server? I did not have to start the hadoop
name server to load the data into elephantdb-server.
My global config is:
{ :replication 1
:hosts ["localhost"]
:port 3578
:domains {"gendercount" "/home/tushar/tmp/elephantdb/gendercount3"}
}
My local config is:
{:local-root "/tmp/elephantdb"
:download-rate-limit 1024
:update-interval-s 60 ;; check for domain updates every minute
:hdfs-conf {"
fs.default.name" "hdfs://localhost:9000"}
}
I would appreciate any other help about the local and global config.
Best regards,
Tushar Deshpande