Package org.cloudera.htrace.impl

Examples of org.cloudera.htrace.impl.LocalFileSpanReceiver


      } catch (IOException e) {
        LOG.warn("Error closing LocalFileSpanReceiver.", e);
      }
    }
    try {
      rcvr = new LocalFileSpanReceiver(conf.get(FILE_NAME_CONF_KEY));
    } catch (IOException e) {
      Trace.removeReceiver(this);
      rcvr = null;
      LOG.warn(
          "Unable to initialize LocalFileSpanReceiver, removing owner (HBaseLocalFileSpanReceiver) from receiver list.",
View Full Code Here

TOP

Related Classes of org.cloudera.htrace.impl.LocalFileSpanReceiver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.