Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

hbase-indexer : indexer process not starting

avatar
New Member

Hi!

I am trying to use the hbase-indexer. I followed this article by @Ali Bajwa:

https://community.hortonworks.com/articles/1181/hb...

However, the indexer process doesn't seem to start :

hbase-indexer list-indexers -zookeeper master.cluster2:2181

uoindexer
  + Lifecycle state: ACTIVE
  + Incremental indexing state: SUBSCRIBE_AND_CONSUME
  + Batch indexing state: INACTIVE
  + SEP subscription ID: Indexer_uoindexer
  + SEP subscription timestamp: 2015-12-16T14:38:51.673+01:00
  + Connection type: solr
  + Connection params:
    + solr.collection = uocollection
    + solr.zk = master.cluster2.:2181,master.cluster2:2181/solr
  + Indexer config:
      318 bytes, use -dump to see content
  + Indexer component factory: com.ngdata.hbaseindexer.conf.DefaultIndexerComponentFactory
  + Additional batch index CLI arguments:
      (none)
  + Default additional batch index CLI arguments:
      (none)
  + Processes
    + 0 running processes
    + 0 failed processes

The last server output I get after creating an indexer :

INFO master.IndexerMaster: Assigned subscription ID 'Indexer_uoindexer' to indexer 'uoindexer'

I am not finding any errors in hadoop and zookeeper logs. Why is there no running process?

Any help would be much appreciated !

1 ACCEPTED SOLUTION

avatar
New Member

Just in case someone stumbles upon the same problem :

I had conflicting jackson libairies in /opt/lucidworks-hdpsearch/hbase-indexer/lib

jackson-core-asl-1.9.13.jar

jackson-mapper-asl-1.9.13.jar

jackson-jaxrs-1.9.13.jar

jackson-xc-1.9.13.jar

jackson-annotations-2.3.0.jar

jackson-core-2.3.1.jar j

jackson-databind-2.3.1.jar

Removing the 1.* versions solved everything.

View solution in original post

1 REPLY 1

avatar
New Member

Just in case someone stumbles upon the same problem :

I had conflicting jackson libairies in /opt/lucidworks-hdpsearch/hbase-indexer/lib

jackson-core-asl-1.9.13.jar

jackson-mapper-asl-1.9.13.jar

jackson-jaxrs-1.9.13.jar

jackson-xc-1.9.13.jar

jackson-annotations-2.3.0.jar

jackson-core-2.3.1.jar j

jackson-databind-2.3.1.jar

Removing the 1.* versions solved everything.