For bug TDI-23719

git-svn-id: http://talendforge.org/svn/tos/trunk@94693 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
mwang
2012-11-30 12:08:33 +00:00
parent b771d41167
commit 12ab02c77c
11 changed files with 608 additions and 18 deletions

View File

@@ -40,7 +40,10 @@ public enum HiveConfKeysForTalend {
HIVE_CONF_KEY_HIVE_METASTORE_URI("hive.metastore.uris"), //$NON-NLS-1$
HIVE_CONF_KEY_HIVE_METASTORE_EXECUTE_SETUGI("hive.metastore.execute.setugi"); //$NON-NLS-1$
HIVE_CONF_KEY_HIVE_METASTORE_EXECUTE_SETUGI("hive.metastore.execute.setugi"), //$NON-NLS-1$
HIVE_CONF_KEY_TALEND_HIVE_MODE("talend.hive.mode"), //$NON-NLS-1$
;
private String key;