From e669510b9808d30cf71188b02afef393d880dddb Mon Sep 17 00:00:00 2001 From: Imran M Yousuf Date: Tue, 7 Sep 2010 17:16:13 +0600 Subject: [PATCH] Free executor service implementation of schema info provider Now always the table name will be provided by the invoker, if table name is missing then an exception will be thrown. Signed-off-by: Imran M Yousuf --- .../com/smartitengineering/dao/impl/hbase/CommonDao.java | 12 ++++++++---- .../hbase/spi/impl/SynchronousExecutorServiceImpl.java | 15 +-------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java b/smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java index 8036369..8dd5820 100644 --- a/smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java +++ b/smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java @@ -120,6 +120,10 @@ public class CommonDao