[jira] [Created] (HIVE-18974) Wrong UTC time while converting from CST by to_utc_timestamp UDFs

2018-03-15 Thread swayam (JIRA)
swayam created HIVE-18974:
-

 Summary: Wrong UTC time while converting from CST by 
to_utc_timestamp UDFs 
 Key: HIVE-18974
 URL: https://issues.apache.org/jira/browse/HIVE-18974
 Project: Hive
  Issue Type: Bug
  Components: CLI
Affects Versions: 1.2.1
Reporter: swayam
Assignee: Hive QA


{color:#FF}Error on Daylight Saving 2017{color}

 

select to_utc_timestamp("2017-03-11 19:00:00",'CST');
OK
2017-03-12 01:00:00 --> expected 6 hr difference 
Time taken: 0.08 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-11 20:00:00",'CST');
OK
2017-03-12 03:00:00 --> wrong 7 hr difference 
Time taken: 0.088 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-11 21:00:00",'CST');
OK
2017-03-12 04:00:00--> wrong 7 hr difference 
Time taken: 2.884 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-11 22:00:00",'CST');
OK
2017-03-12 05:00:00--> wrong 7 hr difference 
Time taken: 0.075 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-11 23:00:00",'CST');
OK
2017-03-12 06:00:00 --> wrong 7 hr difference 
Time taken: 0.068 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-12 00:00:00",'CST');
OK
2017-03-12 07:00:00 --> wrong 7 hr difference 
Time taken: 4.769 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-12 01:00:00",'CST');
OK
2017-03-12 08:00:00 --> wrong 7 hr difference 
Time taken: 0.066 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-12 02:00:00",'CST');
OK
2017-03-12 08:00:00 --> wrong 7 hr difference 
Time taken: 0.066 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-12 03:00:00",'CST');
OK
2017-03-12 08:00:00 --> expected 5 hr 
Time taken: 0.061 seconds, Fetched: 1 row(s)
hive> select to_utc_timestamp("2017-03-12 04:00:00",'CST');
OK
2017-03-12 09:00:00--> expected 5 hr 
Time taken: 0.065 seconds, Fetched: 1 row(s)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HIVE-11248) issue for bringing hive server up

2015-07-14 Thread swayam (JIRA)
swayam created HIVE-11248:
-

 Summary: issue for bringing hive server up 
 Key: HIVE-11248
 URL: https://issues.apache.org/jira/browse/HIVE-11248
 Project: Hive
  Issue Type: Bug
  Components: Beeline, Build Infrastructure
Affects Versions: 0.13.0
 Environment: POC 
Reporter: swayam
Priority: Critical


Hi Team ,

I am using HIVE 0.13 version .We are planning to intigrate tubline reporting 
tool over hiver server . my hive is running over derby . Please help me to 
bring the server up and also suggest me the reporting tool which we can easily 
configure over hiver server . 

while running the hiver server : getting heap space error . I increased the 
heap space size in hive-env.sh .. upto Xmx1024m still getting the error ..

Please help us as priority manner ..

Thanks 
swayam 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)