Re: Installing elasticsearch on red hat linux - error command not found

2014-03-12 Thread David Pilato
Without -f which is no more needed on 1.0 :-) -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 12 mars 2014 à 04:39, Mark Walkom ma...@campaignmonitor.com a écrit : Use the rpm, not the zip/tar.gz. Otherwise run /opt/elasticsearch-1.0.1/bin/elasticsearch -f Regards, Mark

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-12 Thread joergpra...@gmail.com
Maybe you installed and unpacked the zip in an uncommon way, and the result has Windows line feeds and/or wrong permissions? Use tar.gz on RHEL. It works here. Also service wrapper, it works flawlessly. Do not forget to install Oracle 7 Java. Jörg On Tue, Mar 11, 2014 at 2:30 PM, Preeti Jain

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-12 Thread prashy
If you have copied the files from windows to linux and then executing ES. Then try dos2unix elasticseacrh and then run ES -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Installing-elasticsearch-on-red-hat-linux-error-command-not-found-tp4051545p4051622.html

Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Preeti Jain
Hi all, I'm installing elasticsearch version 1.0.1 on red hat linux. I have placed elastic search in directory /opt so the path till bin looks like /opt/elasticsearch-1.0.1/bin when I'm trying to start elasticsearch as $ bin/elasticsearch -f I get error message elasticsearch: command not found

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Ivan Brusic
How did you install Elasticsearch? Did you use a download [1] or some other binary distribution such as RPM? If by chance, you simply cloned the Github repository, that is not the correct way to install Elasticsearch. Use a downloadable version instead. [1] http://www.elasticsearch.org/download

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Preeti Jain
I downloaded it properly from the website. Regards, Preeti On Wednesday, March 12, 2014 12:45:40 AM UTC+5:30, Ivan Brusic wrote: How did you install Elasticsearch? Did you use a download [1] or some other binary distribution such as RPM? If by chance, you simply cloned the Github

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Mark Walkom
Use the rpm, not the zip/tar.gz. Otherwise run /opt/elasticsearch-1.0.1/bin/elasticsearch -f Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 12 March 2014 14:35, Preeti Jain itspre...@gmail.com wrote: I