Created on 11-09-2016 05:49 AM - edited 09-16-2022 03:47 AM
Hi,
What is the best way to add a library to lily indexer's classpath?
Is there an option to do this via the Cloudera manager?
I am looking for an CDH upgrade-friendly approach.
Thanks,
Gin
Created on 12-09-2016 08:30 AM - edited 12-09-2016 08:30 AM
Yes there is.
In Cloudera Manager :
- Go to the Key value store indexer configuration > service wide > advanced
- add in the "Key-value store indexer service environnement advanced configuration snippet (safety valve)" the following information :
HBASE_INDEXER_CLASSPATH=<your_classpath>
Restart the service.
regards,
Mathieu
Created on 12-09-2016 08:30 AM - edited 12-09-2016 08:30 AM
Yes there is.
In Cloudera Manager :
- Go to the Key value store indexer configuration > service wide > advanced
- add in the "Key-value store indexer service environnement advanced configuration snippet (safety valve)" the following information :
HBASE_INDEXER_CLASSPATH=<your_classpath>
Restart the service.
regards,
Mathieu
Created 06-13-2018 05:06 PM
Hi, thanks for your addition.
Does it mean you also have to "manually" deploy all required third-party jars into each server?
Regards,
Created 06-14-2018 01:40 AM