You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by ch huang <ju...@gmail.com> on 2013/07/12 03:40:10 UTC

getRegion method is missing from RegionCoprocessorEnvironment class in version 0.94

how can i do ,to change the example code based on 0.92 api ,so it can
running in 0.94?

Re: getRegion method is missing from RegionCoprocessorEnvironment class in version 0.94

Posted by Ted Yu <yu...@gmail.com>.
Which release of 0.94 do you use ?

For tip of 0.94, I see:

public interface RegionCoprocessorEnvironment extends
CoprocessorEnvironment {
  /** @return the region associated with this coprocessor */
  public HRegion getRegion();

On Thu, Jul 11, 2013 at 6:40 PM, ch huang <ju...@gmail.com> wrote:

> how can i do ,to change the example code based on 0.92 api ,so it can
> running in 0.94?
>