[
https://issues.apache.org/jira/browse/KYLIN-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172401#comment-17172401
]
ASF GitHub Bot commented on KYLIN-4679:
---------------------------------------
hit-lacus commented on a change in pull request #1340:
URL: https://github.com/apache/kylin/pull/1340#discussion_r466443626
##########
File path:
core-common/src/main/java/org/apache/kylin/common/util/HiveCmdBuilder.java
##########
@@ -35,13 +35,22 @@
static final String CREATE_HQL_TMP_FILE_TEMPLATE = "cat >%s<<EOL\n%sEOL";
+ public static ThreadLocal<String> getHiveTablePrefix() {
+ return hiveTablePrefix;
+ }
+
+ public static void setHiveTablePrefix(ThreadLocal<String> hiveTablePrefix)
{
Review comment:
Is it a useless method?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> StorageCleanupJob clean hive table support hive table prefix
> ------------------------------------------------------------
>
> Key: KYLIN-4679
> URL: https://issues.apache.org/jira/browse/KYLIN-4679
> Project: Kylin
> Issue Type: Improvement
> Reporter: chuxiao
> Priority: Major
>
> my database has 1,000+ tables. so I need set hive table prefix replace all
> tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)