You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sanjeev Srivatsa (JIRA)" <ji...@apache.org> on 2015/09/09 03:01:46 UTC

[jira] [Created] (HBASE-14384) Trying to run canary locally with -regionserver option causes exception

Sanjeev Srivatsa created HBASE-14384:
----------------------------------------

             Summary: Trying to run canary locally with -regionserver option causes exception
                 Key: HBASE-14384
                 URL: https://issues.apache.org/jira/browse/HBASE-14384
             Project: HBase
          Issue Type: Bug
          Components: canary
            Reporter: Sanjeev Srivatsa


Tried to run canary locally (on branch master) with command: 
bin/hbase org.apache.hadoop.hbase.tool.Canary -regionserver
Exception was thrown:
Exception in thread "main" java.lang.ClassCastException: org.apache.hadoop.hbase.tool.Canary$StdOutSink cannot be cast to org.apache.hadoop.hbase.tool.Canary$ExtendedSink
	at org.apache.hadoop.hbase.tool.Canary.newMonitor(Canary.java:640)
	at org.apache.hadoop.hbase.tool.Canary.run(Canary.java:551)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
	at org.apache.hadoop.hbase.tool.Canary.main(Canary.java:1127)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)