[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-2670:
---
Attachment: HIVE-2670_6.patch
Daniel, thanks for catching this :) I thought it should be
'sor
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664390#comment-13664390
]
Johnny Zhang commented on HIVE-2670:
Alan, Thanks for the update!
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-2670:
---
Status: Patch Available (was: Open)
[~alangates], please let me know what do you think about the
[
https://issues.apache.org/jira/browse/HIVE-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3977:
---
Status: Patch Available (was: Open)
fix is straightforward, I will not bother using reviewboard
[
https://issues.apache.org/jira/browse/HIVE-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3977:
---
Attachment: HIVE-3977.patch.txt
> Hive 0.10 postgres schema script is bro
Johnny Zhang created HIVE-3977:
--
Summary: Hive 0.10 postgres schema script is broken
Key: HIVE-3977
URL: https://issues.apache.org/jira/browse/HIVE-3977
Project: Hive
Issue Type: Bug
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562937#comment-13562937
]
Johnny Zhang commented on HIVE-2670:
sorry for multiple comments, 'hive_clust
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-2670:
---
Attachment: hive_cluster_test_4.patch
[~alangates], 'hive_cluster_test_4.patch' is the la
; 10 seems to be a rather arbitrary number for scale. Any particular
> > reason you are using it? Maybe we should invoke the method where no scale
> > needs to be specified.
>
> Johnny Zhang wrote:
> Hi, Mark, thanks for reviewing it. The reason using 10 is because it
an instance using a String (which can be translated accurately). "
- Johnny
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8653/#review14625
--
result: 48309 48792.07027343754830.898046875
hive result:48308.9848792.07027343754830.898046875
I apply this patch and run the hive e2e test, and the tests all pass (without
this patch, 5 related failures)
Thanks,
Johnny Zhang
[
https://issues.apache.org/jira/browse/HIVE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3715:
---
Status: Patch Available (was: Open)
> float and double calculation is inaccurate in H
[
https://issues.apache.org/jira/browse/HIVE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3715:
---
Attachment: HIVE-3715.patch.txt
the reviewboard link https://reviews.apache.org/r/8653
875
hive result:48308.9848792.07027343754830.898046875
I apply this patch and run the hive e2e test, and the tests all pass (without
this patch, 5 related failures)
Thanks,
Johnny Zhang
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528601#comment-13528601
]
Johnny Zhang commented on HIVE-2670:
[~alangates], regarding two HCat test c
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-2670:
---
Attachment: hive_cluster_test_3.patch
with this patch and my patch for HIVE-3715, I got a clean run
[
https://issues.apache.org/jira/browse/HIVE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3715:
---
Summary: float and double calculation is inaccurate in Hive (was: float
and double miss calculation
Johnny Zhang created HIVE-3715:
--
Summary: float and double miss calculation is inaccurate in Hive
Key: HIVE-3715
URL: https://issues.apache.org/jira/browse/HIVE-3715
Project: Hive
Issue Type
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497551#comment-13497551
]
Johnny Zhang commented on HIVE-2670:
{noformat}
Final results , PASSED: 101 FAILE
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3666:
---
Attachment: HIVE-3666.patch
> implement a udf to keep hive session alive for certain amount
a/org/apache/hadoop/hive/ql/udf/generic/GenericUDFSleep.java
PRE-CREATION
Diff: https://reviews.apache.org/r/7848/diff/
Testing
---
have tested it with Hive CLI and Hive Server session, and it can keep them
alive by the given seconds
Thanks,
Johnny Zhang
/hadoop/hive/ql/udf/generic/GenericUDFSleep.java,
> > line 64
> > <https://reviews.apache.org/r/7848/diff/1/?file=185096#file185096line64>
> >
> > Since the argument is being divided by 2 in line 62, does this mean we
> > are only sleeping for received_argument/2 seconds? Am I missing something?
the reason I d
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489909#comment-13489909
]
Johnny Zhang commented on HIVE-3666:
[~shreepadma], thanks for remind, here is
---
have tested it with Hive CLI and Hive Server session, and it can keep them
alive by the given seconds
Thanks,
Johnny Zhang
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3666:
---
Attachment: HIVE-3666.patch
> implement a udf to keep hive session alive for certain amount
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3666:
---
Attachment: (was: HIVE-3666.patch)
> implement a udf to keep hive session alive for cert
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3666:
---
Attachment: HIVE-3666.patch
> implement a udf to keep hive session alive for certain amount
Johnny Zhang created HIVE-3666:
--
Summary: implement a udf to keep hive session alive for certain
amount of time
Key: HIVE-3666
URL: https://issues.apache.org/jira/browse/HIVE-3666
Project: Hive
[
https://issues.apache.org/jira/browse/HIVE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang updated HIVE-3666:
---
Status: Patch Available (was: Open)
> implement a udf to keep hive session alive for cert
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johnny Zhang reassigned HIVE-2670:
--
Assignee: Johnny Zhang (was: Zhenxiao Luo)
> A cluster test utility for H
[
https://issues.apache.org/jira/browse/HIVE-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481899#comment-13481899
]
Johnny Zhang commented on HIVE-2670:
I just apply the patch and successfully de
[
https://issues.apache.org/jira/browse/HIVE-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471877#comment-13471877
]
Johnny Zhang commented on HIVE-3535:
I verified the patch works, please commi
32 matches
Mail list logo