Giter Club home page Giter Club logo

Comments (10)

naveen-tex avatar naveen-tex commented on August 16, 2024

Hi Akshay - have you figured out a way to install the latest version on EMR 4.7?

from emr-bootstrap-actions.

mrakshay avatar mrakshay commented on August 16, 2024

No...I don't think so there is a way to install latest version on EMR 4.7...I managed to install Impala 2.2 on EMR 4.6 through bootstrap action

from emr-bootstrap-actions.

somr avatar somr commented on August 16, 2024

Hi mrakshay, Could you share how did you succeed installing Impala2.2 on EMR 4.7. Just wondering if there's some way to have this done with the latest version of EMR and Impala. Thanks in advance !!!

from emr-bootstrap-actions.

mrakshay avatar mrakshay commented on August 16, 2024

@somr : Follow this link #181

from emr-bootstrap-actions.

somr avatar somr commented on August 16, 2024

@mrakshay : Thanks for your update. Doing some tweaks on the source code, I was able to build Impala sources on an EMR instance (5.X.X).
Then, after fixing some config to suit the EMR config, again editing some scripts adding configuration options and creating some ad-hoc scripts, I was able to have a gz with the Impala binaries and I was able to deploy&run Impala on EMR (5.X.X) : State-store+catalog on the master and 4 different Task Nodes running impalad.
It's not an straightforward way and it's not easy to maintain (e.g. a new version of Impala source code is appearing) but it's working

from emr-bootstrap-actions.

mrakshay avatar mrakshay commented on August 16, 2024

@somr : oh so you installed Impala on EMR 5.x. Are the steps to install on 5.x same as how it was for EMR 4.7 ??

from emr-bootstrap-actions.

somr avatar somr commented on August 16, 2024

@mrakshay: Hummmm, I don't think so. I built Impala from the source code because I was unable to run the installed RPMs.
In order to do that I edited the sc and tweak a little bit some scripts. Please,keep in mind that EMR and the Amazon AMI are not officially supported so I'm not sure if this wow could be used on production systems.

from emr-bootstrap-actions.

mrakshay avatar mrakshay commented on August 16, 2024

Ok which version of Impala you installed on EMR 5.x ??

from emr-bootstrap-actions.

somr avatar somr commented on August 16, 2024

Well, I was downloading different versions from https://github.com/cloudera/Impala, building the source code (with the tweaks required to be able to build the binaries on a EMR 5.X Master node) and applying the changes to the built. I'm afraid I don't have the latest version I've used.

You can follow the steps on https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala.
Just edit Impala-cdh5-trunk/bin/bootstrap_toolchain.py and amend the OS_MAPPING with a new entry like "amazonami" : "ec2-package-centos-7". This should allow you to compile the code but the test will fail (probably).
Check the config file core-site.xml under the Impala folders (at $HADOOP_CONF_DIR) and ensure that it has the right congif as per /etc/hadoop/conf/core-site.xml on the EC2 instance.
Once you have this done, you should be able to run an Impala minicluster in a single host (which it would be the EMR Master Node)

from emr-bootstrap-actions.

dacort avatar dacort commented on August 16, 2024

Hi there - thanks for your contribution. We're updating this repository to include more relevant and recent information.

As such, we're cleaning up and closing old issues and PRs.

Feel free to open an issue if you still use EMR and would like to see an example of something!

from emr-bootstrap-actions.

Related Issues (20)

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.