Symantec / ambari-elasticsearch-service

Apache License 2.0
26 stars 21 forks source link

Installing on HDP 2.4 #1

Closed Reedler closed 8 years ago

Reedler commented 8 years ago

Error when installing with ambari 2.2.2.0 HDP 2.4 File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call raise Fail(err_msg) resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install elasticsearch-1.7.1' returned 1. Error: Nothing to do

ambud commented 8 years ago

2 pre-checks:

  1. Is elasticsearch already installed on that machine?
  2. Is elasticsearch-1.7.1 package available in the yum repo?
Reedler commented 8 years ago

That got it! I had the repo for 2.x installed. Thanks man! Any word on an ambari install with the latest version of elastic search?

Aaron Reed

Systems Engineer42Six Solutions, a CSRA Company

Office: 410-872-2299 areed@42six.com areed@42six.com

On Mon, Aug 8, 2016 at 5:26 PM, Ambud notifications@github.com wrote:

2 pre-checks:

  1. Is elasticsearch already installed on that machine?
  2. Is elasticsearch-1.7.1 package available in the yum repo?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Symantec/ambari-elasticsearch-service/issues/1#issuecomment-238383007, or mute the thread https://github.com/notifications/unsubscribe-auth/ALrFVACYJ7W_9ZEBm_HKamq7mT4sr_kTks5qd58cgaJpZM4JfemT .

ambud commented 8 years ago

We will look into upgrading the stack code to use 2.x.

Closing this issue.