Hi All, I have extended BaseRegionObservers coprocessor. I want to know how to access the arguments specified with the associated table: alter 't1', METHOD => 'table_att', 'coprocessor'=>'hdfs:///foo.jar|com.foo.FooRegionObserver|1001|arg1=1,arg2=2' Are they available in postPut via ObserverContext<RegionCoprocessorEnvironment> ? Thanks George
