I pushed the latest phoenix jar to the regionservers and restart. There are tons of exception pertaining to the coprocessor like
2014-02-06 11:39:00,570 DEBUG org.apache.hadoop.hbase.coprocessor.CoprocessorHost: Loading coprocessor class com.salesforce.phoenix.coprocessor.UngroupedAggregateRegionObserver with path null and priority 1 2014-02-06 11:39:00,571 WARN org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost: attribute 'coprocessor$2' has invalid coprocessor specification '|com.salesforce.phoenix.coprocessor.UngroupedAggregateRegionObserver|1|' 2014-02-06 11:39:00,571 WARN org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost: java.io.IOException: No jar path specified for com.salesforce.phoenix.coprocessor.UngroupedAggregateRegionObserver at org.apache.hadoop.hbase.coprocessor.CoprocessorHost.load(CoprocessorHost.java:183) I understand that the new code is under apache , and the package name has been changed to org.apache.phoenix, hence the error can be understood. Are there any migrations that have to be undertaken to get rid of the errors? Thanks Sean
