Completely up to the designer. Could be via Configuration (hbase-site.xml).
Could be an API added via Endpoint / dynamic RPC. Could be table or column
descriptor attributes ({HTD,HCD}.{get,set}Value()). Could be via some embedded
library.
I would suggest static configuration via table and/or column attributes or
Configuration. Dynamic configuration via Endpoint based API and/or table and/or
column attributes.
- Andy
-----Original Message-----
From: Jason Rutherglen <[email protected]>
Date: Fri, 18 Feb 2011 20:56:43
To: <[email protected]>
Reply-To: [email protected]
Subject: Passing config information to a Coprocessor
How does one pass configuration parameters to a Coprocessor?