Giter Club home page Giter Club logo

elasticsearch-parcel-1's Introduction

Install CSD validator

cd /tmp
git clone https://github.com/cloudera/cm_ext
cd cm_ext/validator
mvn install

Download Elastic Search

cd /tmp
mkdir elasticsearch
cd elasticsearch

go to https://www.elastic.co/downloads/elasticsearch
copy link to binary you want to download (with tar.gz extemsion) 
in my case it is: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz
wget -O elasticsearch-bin.tar.gz "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz"

Dowload build scripts for parcel and CSD

Depending on your OS version please set OS_VER variable acconringly

  • RHEL 6 OS_VER=el6
  • RHEL 7 OS_VER=el7
  • Ubuntu OS_VER=trusty
cd /tmp
git clone http://github.com/prateek/nifi-parcel
cd elasticsearch-parcel
POINT_VERSION=5 VALIDATOR_DIR=/tmp/cm_ext OS_VER=el7 PARCEL_NAME=ElasticSearch ./build-parcel.sh /tmp/elasticsearch/elasticsearch-bin.tar.gz
VALIDATOR_DIR=/tmp/cm_ext CSD_NAME=ElasticSearch ./build-csd.sh

Serve Parcel using Python

cd build-parcel
python -m SimpleHTTPServer 14642
# navigate to Cloudera Manager -> Parcels -> Edit Settings
# Add fqdn:14641 to list of urls
# install the ELASTICSEARCH parcel

Move CSD to Cloudera Manager's CSD Repo

cd ../
cp build-csd/ELASTICSEARCH-1.0.jar /opt/cloudera/csd
service cloudera-scm-server restart
# Wait a min, go to Cloudera Manager -> Add a Service -> Elastic Search

elasticsearch-parcel-1's People

Contributors

ihardzeenka avatar

Watchers

James Cloos avatar

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.