Hive CLI 和JDBC主要流程

来源:互联网 发布:网购除了淘宝还有什么 编辑:程序博客网 时间:2024/06/06 18:07
cli
1003    private CommandProcessorResponse runInternal(String command, boolean alreadyCompiled)
        preDriverHook
408     public int compile(String command, boolean resetTaskIds)
314     public void analyze(ASTNode ast, Context ctx) throws SemanticException
1169    public int execute() throws CommandNeedRetryException
929     public CommandProcessorResponse run(String command, boolean alreadyCompiled)
        throws CommandNeedRetryException




jdbc
408     public int compile(String command, boolean resetTaskIds)
314     public void analyze(ASTNode ast, Context ctx) throws SemanticException
1003    private CommandProcessorResponse runInternal(String command, boolean alreadyCompiled) 
1169    public int execute() throws CommandNeedRetryException
929     public CommandProcessorResponse run(String command, boolean alreadyCompiled)
        throws CommandNeedRetryException
0 0
原创粉丝点击