Repository: hive Updated Branches: refs/heads/master dc4777ce5 -> 835d718d2
HIVE-11466: HIVE-10166 generates more data on hive.log causing Jenkins to fill all the disk (Reviewed by Prasanth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/835d718d Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/835d718d Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/835d718d Branch: refs/heads/master Commit: 835d718d2b4ae348c982793eadf7e5e86a992050 Parents: dc4777c Author: Xuefu Zhang <[email protected]> Authored: Fri Aug 7 17:38:07 2015 -0700 Committer: Xuefu Zhang <[email protected]> Committed: Fri Aug 7 17:38:07 2015 -0700 ---------------------------------------------------------------------- .../org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/835d718d/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java ---------------------------------------------------------------------- diff --git a/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java b/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java index ca1eae6..6c9efba 100644 --- a/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java +++ b/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java @@ -93,7 +93,6 @@ public class ThriftBinaryCLIService extends ThriftCLIService { // TCP Server server = new TThreadPoolServer(sargs); server.setServerEventHandler(serverEventHandler); - server.serve(); String msg = "Starting " + ThriftBinaryCLIService.class.getSimpleName() + " on port " + portNum + " with " + minWorkerThreads + "..." + maxWorkerThreads + " worker threads"; LOG.info(msg);
