Created 08-25-2016 09:12 PM
Hi there-
I have added a .jar file to HBase (to work with Apache Trafodion) directory.
Example:/opt/hdp/hbase-regionserver/lib/trafodion-hbase.jar
I have configuration settings added to HBase config to use this jar file for coprocessor actions.
When I add a new node with Ambari this jar file is not copied over as apart of the add.
This could cause problems during operation, as HBase is looking for that jar file.
Is there some place I could copy this file, so that Ambari knows to copy it over?
Thanks! Appreciate any suggestions.
Created 08-25-2016 09:17 PM
No, you will have to manage the deployment of this JAR. Ambari will only be managing JARs that were installed as a part of HDP. Sorry!
Created 08-25-2016 09:24 PM
Thanks a lot for the fast response. Any tips to make sure everything goes smoothly? A good time during installation of the new node to add the file? Thanks a bunch!
Created 08-25-2016 10:25 PM
You should be able to copy out the jar at your leisure. The worry would be coordinating a restart of all HBase nodes when you update that jar. This is more human-level coordination than anything else, IMO. There are more advanced tools which you could use, but they might end up working against what Ambari is already trying to do.
Created 08-26-2016 06:23 PM
Makes sense, thanks a bunch!