GithubHelp home page GithubHelp logo

Comments (4)

scottemackenzie avatar scottemackenzie commented on September 4, 2024

OS = Ubuntu 14.04
Kernel = 3.19.0-49-generic
Elasticsearch = 2.2.0
"build_hash" : "8ff36d139e16f8720f2947ef62c8167a888992fe",
"build_timestamp" : "2016-01-27T13:32:39Z",
"build_snapshot" : false,
"lucene_version" : "5.4.1"
Python = 2.7.6
httpie = 1.0.0
virtualenv = 1.11.4
psql (PostgreSQL) 9.3.10
Mongodb 2.4.9

from ramses-elasticsearch.

scottemackenzie avatar scottemackenzie commented on September 4, 2024

PS: Although mongo is installed we are testing with option 1 (psql) during build as per the guide. We have replicated this 5 times and the same error is present on all builds from clean install to the point of error.

from ramses-elasticsearch.

scottemackenzie avatar scottemackenzie commented on September 4, 2024

Perhaps the version 2.x issue is related to nefertari bug:
ramses-tech/nefertari#130

For reference:

I can confirm that a downgrade to 1.x version of elasticsearch solves the build problem.

root@sbx-ub64-14:~# curl -XGET 'localhost:9200'
{
"status" : 200,
"name" : "Orka",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "1.7.5",
"build_hash" : "${buildNumber}",
"build_timestamp" : "2016-02-08T06:33:41Z",
"build_snapshot" : false,
"lucene_version" : "4.10.4"
},
"tagline" : "You Know, for Search"
}

from ramses-elasticsearch.

jobrienski avatar jobrienski commented on September 4, 2024

That old of a version of elasticsearch is difficult to install on some systems. I tried upgrading versions of requirements but this did not help. I eventually had to hack nefertari_sqla/documents.py file in my virtualenv and change the TYPES_MAP 'string' values to 'text'.

from ramses-elasticsearch.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.