Member since
10-04-2017
7
Posts
0
Kudos Received
0
Solutions
10-23-2017
08:43 AM
In HDP 2.5, users will have uncomment two lines in bin/hbase-indexer to make it work! HBASE_INDEXER_OPTS="$HBASE_INDEXER_OPTS -Dlww.jaas.file=/opt/lucidworks-hdpsearch/hbase-indexer/conf/hbase_indexer.jaas"
HBASE_INDEXER_OPTS="$HBASE_INDEXER_OPTS -Dlww.jaas.appname=Client" #Client is the name given in this tutorial to Jaas Section
... View more