TAJO-1228: TajoClient should communicate with only TajoMaster without TajoWorker.#317
TAJO-1228: TajoClient should communicate with only TajoMaster without TajoWorker.#317hyunsik wants to merge 11 commits intoapache:masterfrom
Conversation
…into TAJO-1228 Conflicts: tajo-core/src/main/java/org/apache/tajo/master/GlobalEngine.java tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java
…into TAJO-1228 Conflicts: tajo-client/src/main/java/org/apache/tajo/client/SessionConnection.java
|
Hi @hyunsik Could you rebase sources against the apache master branch? |
…into TAJO-1228
|
I've rebased it. Thanks! |
|
Thanks @hyunsik, I merged the patch successfully. I'll start to review it. :) |
|
Hi @hyunsik If possible, could you check the patch on testing cluster? 2014-12-27 01:18:08,273 ERROR org.apache.tajo.catalog.CatalogServer: java.lang.NullPointerException |
|
+1 I tested the patch on tpc-h cluster. Queries ran successfully and codes look good to me. |
See the description at https://issues.apache.org/jira/browse/TAJO-1228.