Hortonworks Ambari Integrated Impala

Source: Internet
Author: User
Tags git clone hortonworks
1. Download Ambari-impala-service
sudo git clone https://github.com/cas-bigdatalab/ambari-impala-service.git/var/lib/ambari-server/resources/stacks /hdp/2.4/services/impala


2./ETC/YUM.REPOS.D New Impala.repo
[Cloudera-cdh5]
# Packages for Cloudera's distribution for Hadoop, Version 5, on RedHat or CentOS 7 x86_64
Name=cloudera ' s distribution for Hadoop, Version 5
baseurl=https://archive.cloudera.com/cdh5/redhat/7/x86_64/cdh/5/
Gpgkey =https://archive.cloudera.com/cdh5/redhat/7/x86_64/cdh/rpm-gpg-key-cloudera
Gpgcheck = 1


3.web page
Actions-->add service-->impala, then step by step installation


4./etc/default/bigtop-utils modifying Java_home


5. configuration file/etc/hadoop/conf/core-site.xml Add content
<property>
<name>dfs.client.read.shortcircuit</name>
<value>true</value>
</property>


<property>
<name>dfs.client.read.shortcircuit.skip.checksum</name>
<value>false</value>
</property>


<property>
<name>dfs.datanode.hdfs-blocks-metadata.enabled</name>
<value>true</value>
</property>


/etc/hadoop/conf/hdfs-site.xml
<property>
<name>dfs.datanode.hdfs-blocks-metadata.enabled</name>
<value>true</value>
</property>
<property>
<name>dfs.block.local-path-access.user</name>
<value>impala</value>
</property>
<property>
<name>dfs.client.file-block-storage-locations.timeout.millis</name>
<value>60000</value>
</property>

6. Copy the configuration file to/etc/impala/conf

7. Page Setup Launch Impala

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.