Package org.apache.hive.ptest.api.response

Examples of org.apache.hive.ptest.api.response.TestStatus


    }
    long logFileLength = 0;
    if(getOutputFile() != null) {
      logFileLength = getOutputFile().length();
    }
    return new TestStatus(startRequest.getTestHandle(), getStatus(),
        elapsedQueueTime, elapsedExecutionTime, logFileLength);
  }
View Full Code Here

TOP

Related Classes of org.apache.hive.ptest.api.response.TestStatus

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.