ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    installing Elasticsearch - parsing error

    Scheduled Pinned Locked Moved IT Discussion
    2 Posts 1 Posters 343 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender
      last edited by

      I tried installing this yesterday but ran into this parsing error.

      Following these instructions from Digital Ocean I added the GPG key

      rpm --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch
      

      which succeeded, then created the repo entry for yum using VI

          [elasticsearch-1.4]
          name=Elasticsearch repository for 1.4.x packages
          baseurl=http://packages.elasticsearch.org/elasticsearch/1.4/centos
          gpgcheck=1
          gpgkey=http://packages.elasticsearch.org/GPG-KEY-elasticsearch
          enabled=1
      

      e-search.JPG
      (I've pasted an image of my actual output in case I'm missing something I just can't see)

      When I move onto the installation
      yum -y install elasticsearch-1.4.4

      or
      yum -y install elasticsearch

      I get
      install.JPG

      Thoughts on what I'm doing wrong?

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        I clearly had a problem with my repos file. I deleted it and recreated it using a 'cat' method I found on another site and this time it worked fine.....

        I should have just renamed my original file to compare them to see what I did wrong when manually making the file in vi.

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post