Uses of Class
org.apache.hadoop.hive.ql.exec.Utilities.SQLCommand

Packages that use Utilities.SQLCommand
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of Utilities.SQLCommand in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type Utilities.SQLCommand
static
<T> T
Utilities.executeWithRetry(Utilities.SQLCommand<T> cmd, PreparedStatement stmt, int baseWindow, int maxRetries)
          Retry SQL execution with random backoff (same as the one implemented in HDFS-767).
 



Copyright © 2011 The Apache Software Foundation