Re: Hbase procedure

2016-03-02 Thread Ted Yu
The procedure in this context is different from RDBMS stored procedure. In flush(), you would see: execProcedure("flush-table-proc", tableName.getNameAsString(), new HashMap()); In MasterFlushTableProcedureManager.java : public static final String

Hbase procedure

2016-03-02 Thread Gaurav Agarwal
Hello I was exploring namespace in hbasse and suddenly saw there is something called as hbaseadmin.execProcedure(...); The comment is it is a globally barrier distributed stored procedure. Can I take some one help me to find Is this similar to rdbms stored proc? Or any inputs where can be