hortonworks/iop-solr-stack

Name: iop-solr-stack

Owner: Hortonworks Inc

Description: Ambari Solr mpack for helping BI/HDP migration

Created: 2017-07-13 10:24:06.0

Updated: 2017-07-16 19:14:15.0

Pushed: 2017-10-20 17:46:12.0

Homepage:

Size: 137

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

IOP Solr service for Ambari

Generate IOP Solr mpack from source code

Download iop-solr-stack repository from git then run:

op-solr-stack
adlew clean buildTar -Pversion=1.0.0 # addition option: -PpackageName=...
Install IOP Solr mpack

Stop Ambari Server:

ri-server stop

Install Solr mpack:

ri-server install-mpack --mpack=/my-path/iop-solr-mpack-1.0.0.tar.gz --verbose

Start Ambari Server

ri-server start
Build Solr 6.3.0 RPM/DEB package
op-solr-stack
m build:
te: generated rpm file: build/distributions/iop-solr-6.3.0.2.6.0.0-15.noarch.rpm, package name: iop-solr
adlew clean rpm -PstackVersion=2.6.0.0 -PstackBuildNumber=15
b build:
te: generated deb file: build/distributions/iop-solr_6.3.0-2.6.0.0-15_all.deb, package name: iop-solr
adlew clean deb -PstackVersion=2.6.0.0 -PstackBuildNumber=15

ample of install:
te: files will be extracted to /usr/hdp/2.6.0.0-15/iop-solr folder
install -y iop-solr-6.3.0.2.6.0.0-15.noarch.rpm
Notes about properties
rsion=.. # mpack version
lrVersion=.. # solr version
lrTar=.. # solr tar.gz location (can be local with file:// prefix)
poCentos6BaseUrl=.. -PrepoCentos7BaseUrl=.. # repo url for solr rpm, it will be used in repoinfo.xml file
poid=.. # that is placed to repoinfo.xml as a repoid
ackFolder=.. # package will be unpackaged into that location

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.