[
https://issues.apache.org/jira/browse/KYLIN-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085022#comment-17085022
]
Sonu Singh commented on KYLIN-4442:
-----------------------------------
I have noticed someting in below code, which having some problem:
Driver driver = new Driver(hiveConf);
CliSessionState session = new CliSessionState(hiveConf);
SessionState.start(session); //{color:#FF0000} control is coming to this line
{color}
CommandProcessorResponse res = driver.run(hql.toString());//
{color:#FF0000}after this line of code control is not going to the next
line.{color}
if (res.getResponseCode() != 0) {
logger.warn("Fail to add partition. HQL: {}; Cause by: {}",
hql.toString(),
res.toString());
}
session.close();
driver.close();
> Kylin System Cube Hive tables not able to update
> -------------------------------------------------
>
> Key: KYLIN-4442
> URL: https://issues.apache.org/jira/browse/KYLIN-4442
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v3.0.0
> Reporter: Sonu Singh
> Priority: Blocker
> Attachments: kylin-metrics-reporter-hive-3.1.0-SNAPSHOT.jar
>
>
> Kylin System Cube Hive table is not updating. I am using Kylin hadoop3 code
> and running on vanilla hadoop3.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)