Package org.apache.blur.agent.exceptions

Examples of org.apache.blur.agent.exceptions.HdfsThreadException


      initializeHdfs(hdfsName, thriftUri);

    } catch (URISyntaxException e) {
      log.error(e.getMessage(), e);
      throw new HdfsThreadException();
    } catch (Exception e) {
      log.error("An unkown error occured while creating the collector.", e);
      throw new HdfsThreadException();
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.blur.agent.exceptions.HdfsThreadException

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.