[jira] [Updated] (HIVE-10755) Rework on HIVE-5193 to enhance the column oriented table access

2015-10-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10755: Attachment: (was: HIVE-10755.2.patch) > Rework on HIVE-5193 to enhance the column oriented table access

[jira] [Commented] (HIVE-12505) Insert overwrite in same encrypted zone silently fails to remove some existing files

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036709#comment-15036709 ] Aihua Xu commented on HIVE-12505: - +1 on the new patch. I feel we should trash the oldPath when oldPath is

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Description: In PTF windowing, when the partition is small and the window size is larger than the

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Description: In PTF windowing, when the partition is small and the window size is larger than the

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Description: In PTF windowing, when the partition is small and the window size is larger than the

[jira] [Updated] (HIVE-12575) Similar to HIVE-12574, collect_set and count() give incorrect result when partition size is smaller than window size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12575: Description: Will fix these two functions separately since seems the issue and fix would be different from

[jira] [Updated] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2015-12-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12481: Attachment: (was: HIVE-12481.patch) > Occasionally "Request is a replay" will be thrown from HS2 >

[jira] [Commented] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15042155#comment-15042155 ] Aihua Xu commented on HIVE-12574: - [~rhbutani] or [~navis], can you help review the code? > windowing

[jira] [Commented] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037992#comment-15037992 ] Aihua Xu commented on HIVE-12574: - Patch#2: include the fix for count() and collect_set(). We need to

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Attachment: HIVE-12574.2.patch > windowing function returns incorrect result when the window size is larger

[jira] [Resolved] (HIVE-12575) Similar to HIVE-12574, collect_set and count() give incorrect result when partition size is smaller than window size

2015-12-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu resolved HIVE-12575. - Resolution: Duplicate I included the fix in HIVE-12574 since it's a smaller change and we need to change

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Attachment: HIVE-12574.patch > windowing function returns incorrect result when the window size is larger

[jira] [Commented] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036838#comment-15036838 ] Aihua Xu commented on HIVE-12574: - Initial patch: add the check if the result is ready to output. >

[jira] [Updated] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2015-12-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12481: Attachment: HIVE-12481.patch > Occasionally "Request is a replay" will be thrown from HS2 >

[jira] [Updated] (HIVE-12574) windowing function returns incorrect result when the window size is larger than the partition size

2015-12-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12574: Description: In PTF windowing, when the partition is small and the window size is larger than the

[jira] [Commented] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-09 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049472#comment-15049472 ] Aihua Xu commented on HIVE-12635: - Initial patch: read the latest timestamp of all the cells as the

[jira] [Updated] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-09 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12635: Attachment: HIVE-12635.patch > Hive should return the latest hbase cell timestamp as the row timestamp

[jira] [Updated] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12635: Hadoop Flags: Incompatible change Release Note: After this change, the timestamp of the row will be the

[jira] [Updated] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12635: Labels: backward-incompatible (was: ) > Hive should return the latest hbase cell timestamp as the row

[jira] [Commented] (HIVE-12541) Using CombineHiveInputFormat with the origin inputformat SymbolicTextInputFormat ,it will get a wrong result

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052879#comment-15052879 ] Aihua Xu commented on HIVE-12541: - Thanks [~wisgood] for the clarification. I changed the type to

[jira] [Commented] (HIVE-12541) Using CombineHiveInputFormat with the origin inputformat SymbolicTextInputFormat ,it cannot resolve the path with regex

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052955#comment-15052955 ] Aihua Xu commented on HIVE-12541: - [~wisgood] You can edit this jira, like changing the title to

[jira] [Commented] (HIVE-12688) HIVE-11826 makes hive unusable in properly secured cluster

2015-12-16 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15060939#comment-15060939 ] Aihua Xu commented on HIVE-12688: - I'm not able to work on that until next week. So please revert it and I

[jira] [Commented] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052869#comment-15052869 ] Aihua Xu commented on HIVE-12635: - 1. Timestamp variable can be negative. One way is to init it to

[jira] [Updated] (HIVE-12541) Using CombineHiveInputFormat with the origin inputformat SymbolicTextInputFormat ,it will get a wrong result

2015-12-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12541: Fix Version/s: (was: 1.2.1) > Using CombineHiveInputFormat with the origin inputformat >

[jira] [Commented] (HIVE-12688) HIVE-11826 makes hive unusable in properly secured cluster

2015-12-16 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059945#comment-15059945 ] Aihua Xu commented on HIVE-12688: - You are right. This is hadoop property. Seems that property should not

[jira] [Commented] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-10 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051850#comment-15051850 ] Aihua Xu commented on HIVE-12635: - [~szehon] Can you help review the patch? > Hive should return the

[jira] [Commented] (HIVE-12635) Hive should return the latest hbase cell timestamp as the row timestamp value

2015-12-10 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051409#comment-15051409 ] Aihua Xu commented on HIVE-12635: - Those tests are not related. > Hive should return the latest hbase

[jira] [Commented] (HIVE-12516) HS2 log4j printing query about to be compiled

2015-12-10 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051031#comment-15051031 ] Aihua Xu commented on HIVE-12516: - [~vgumashta] Any update on this jira? Seems it's an easy one. Can you

[jira] [Commented] (HIVE-12541) Using CombineHiveInputFormat with the origin inputformat SymbolicTextInputFormat ,it will get a wrong result

2015-12-10 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1505#comment-1505 ] Aihua Xu commented on HIVE-12541: - [~wisgood] I checked the patch. Are you saying if the symbolic path is

[jira] [Commented] (HIVE-12541) SymbolicTextInputFormat should supports the path with regex

2015-12-15 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059300#comment-15059300 ] Aihua Xu commented on HIVE-12541: - [~wisgood] Can you check the failed unit tests above? Seems at least

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: (was: HIVE-12762.patch) > Common join on parquet tables returns incorrect result when >

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: HIVE-12762.2.patch > Common join on parquet tables returns incorrect result when >

[jira] [Commented] (HIVE-12418) HiveHBaseTableInputFormat.getRecordReader() causes Zookeeper connection leak.

2016-01-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086075#comment-15086075 ] Aihua Xu commented on HIVE-12418: - Yeah. I gave the same comments in HIVE-12250 and Naveen took that out

[jira] [Commented] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085826#comment-15085826 ] Aihua Xu commented on HIVE-12762: - We have two issues: 1. We are filtering the parquet columns based on

[jira] [Commented] (HIVE-11369) Mapjoins in HiveServer2 fail when jmxremote is used

2015-12-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076002#comment-15076002 ] Aihua Xu commented on HIVE-11369: - You are right. We need to keep such backward compatibility since

[jira] [Commented] (HIVE-12757) Fix TestCodahaleMetrics#testFileReporting

2015-12-29 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15074392#comment-15074392 ] Aihua Xu commented on HIVE-12757: - Didn't look deep into that. But can we add the loop logic to sleep(1

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2015-12-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: (was: HIVE-12762.patch) > Common join on parquet tables returns incorrect result when >

[jira] [Commented] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2015-12-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076233#comment-15076233 ] Aihua Xu commented on HIVE-12762: - Tried a couple of tests locally and they passed. Reattach the same

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2015-12-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: HIVE-12762.patch > Common join on parquet tables returns incorrect result when >

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2015-12-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: HIVE-12762.patch > Common join on parquet tables returns incorrect result when >

[jira] [Commented] (HIVE-11369) Mapjoins in HiveServer2 fail when jmxremote is used

2015-12-30 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075338#comment-15075338 ] Aihua Xu commented on HIVE-11369: - Thanks [~jxiang] for the patch. Here are a few comments. 1. Seems we

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-01 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Attachment: HIVE-12762.patch > Common join on parquet tables returns incorrect result when >

[jira] [Commented] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089648#comment-15089648 ] Aihua Xu commented on HIVE-12481: - The tests are not related. > Occasionally "Request is a replay" will

[jira] [Assigned] (HIVE-11828) beeline -f fails on scripts with tabs between column type and comment

2016-01-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-11828: --- Assignee: Aihua Xu > beeline -f fails on scripts with tabs between column type and comment >

[jira] [Updated] (HIVE-11828) beeline -f fails on scripts with tabs between column type and comment

2016-01-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11828: Attachment: HIVE-11828.patch > beeline -f fails on scripts with tabs between column type and comment >

[jira] [Commented] (HIVE-11828) beeline -f fails on scripts with tabs between column type and comment

2016-01-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087803#comment-15087803 ] Aihua Xu commented on HIVE-11828: - The machine ran out of space. Rerun the test. > beeline -f fails on

[jira] [Commented] (HIVE-12418) HiveHBaseTableInputFormat.getRecordReader() causes Zookeeper connection leak.

2016-01-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086171#comment-15086171 ] Aihua Xu commented on HIVE-12418: - finalize() is not guaranteed to run. Maybe that's why sometimes it

[jira] [Updated] (HIVE-11828) beeline -f fails on scripts with tabs between column type and comment

2016-01-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11828: Attachment: HIVE-11828.patch > beeline -f fails on scripts with tabs between column type and comment >

[jira] [Commented] (HIVE-11785) Support escaping carriage return and new line for LazySimpleSerDe

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090219#comment-15090219 ] Aihua Xu commented on HIVE-11785: - Just filed HIVE-12820 to fix the incompatibility change. > Support

[jira] [Commented] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090107#comment-15090107 ] Aihua Xu commented on HIVE-12481: - Attach the patch2 with minor change to correct conf name

[jira] [Updated] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12481: Attachment: HIVE-12481.2.patch > Occasionally "Request is a replay" will be thrown from HS2 >

[jira] [Updated] (HIVE-12541) SymbolicTextInputFormat should supports the path with regex

2015-12-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12541: Target Version/s: (was: 1.2.1) > SymbolicTextInputFormat should supports the path with regex >

[jira] [Updated] (HIVE-12541) SymbolicTextInputFormat should supports the path with regex

2015-12-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12541: Fix Version/s: (was: 1.2.1) 2.1.0 > SymbolicTextInputFormat should supports the path

[jira] [Commented] (HIVE-12541) SymbolicTextInputFormat should supports the path with regex

2015-12-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1508#comment-1508 ] Aihua Xu commented on HIVE-12541: - +1 on the new patch. > SymbolicTextInputFormat should supports the

[jira] [Updated] (HIVE-11488) Add sessionId and queryId info to HS2 log

2015-11-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11488: Fix Version/s: 2.0.0 > Add sessionId and queryId info to HS2 log >

[jira] [Commented] (HIVE-11488) Add sessionId and queryId info to HS2 log

2015-11-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025393#comment-15025393 ] Aihua Xu commented on HIVE-11488: - I'm wondering who need to edit the doc. I tried to edit but seems I

[jira] [Commented] (HIVE-3454) Problem with CAST(BIGINT as TIMESTAMP)

2015-11-23 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022785#comment-15022785 ] Aihua Xu commented on HIVE-3454: [~yhuai] In 1.2.1, you need to {{set

[jira] [Commented] (HIVE-12388) GetTables cannot get external tables when TABLE type argument is given

2015-11-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15010989#comment-15010989 ] Aihua Xu commented on HIVE-12388: - +1. Patch looks good to me. > GetTables cannot get external tables

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: (was: HIVE-12456.patch) > QueryId can't be stored in the configuration of the SessionState

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: HIVE-12456.patch In the patch we will get the saved queryId from confOverlay which will be

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: (was: HIVE-12456.patch) > QueryId can't be stored in the configuration of the SessionState

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: HIVE-12456.patch > QueryId can't be stored in the configuration of the SessionState since >

[jira] [Updated] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12406: Attachment: HIVE-12406.2.patch > HIVE-9500 introduced incompatible change to LazySimpleSerDe public

[jira] [Commented] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15018748#comment-15018748 ] Aihua Xu commented on HIVE-12456: - Uploaded a new patch to address comments. > QueryId can't be stored in

[jira] [Commented] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15018519#comment-15018519 ] Aihua Xu commented on HIVE-12406: - Thanks [~szehon] for reviewing. I attached the new patch to address the

[jira] [Updated] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12406: Attachment: (was: HIVE-12406.2.patch) > HIVE-9500 introduced incompatible change to LazySimpleSerDe

[jira] [Updated] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12406: Attachment: HIVE-12406.2.patch > HIVE-9500 introduced incompatible change to LazySimpleSerDe public

[jira] [Updated] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12406: Attachment: (was: HIVE-12406.2.patch) > HIVE-9500 introduced incompatible change to LazySimpleSerDe

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: HIVE-12456.2.patch > QueryId can't be stored in the configuration of the SessionState since >

[jira] [Updated] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12406: Attachment: HIVE-12406.2.patch > HIVE-9500 introduced incompatible change to LazySimpleSerDe public

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: HIVE-12456.patch > QueryId can't be stored in the configuration of the SessionState since >

[jira] [Commented] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15021231#comment-15021231 ] Aihua Xu commented on HIVE-12456: - Test failures are not related to the patch. > QueryId can't be stored

[jira] [Commented] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020673#comment-15020673 ] Aihua Xu commented on HIVE-12406: - Seems the tests are not related. > HIVE-9500 introduced incompatible

[jira] [Commented] (HIVE-11488) Add sessionId and queryId info to HS2 log

2015-11-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020671#comment-15020671 ] Aihua Xu commented on HIVE-11488: - [~leftylev] Probably we need to add the doc to how to configure

[jira] [Commented] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020676#comment-15020676 ] Aihua Xu commented on HIVE-12406: - [~szehon] We should only commit the patch to branch-1, not to master

[jira] [Commented] (HIVE-7575) GetTables thrift call is very slow

2015-11-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020678#comment-15020678 ] Aihua Xu commented on HIVE-7575: [~szehon] and [~navis] Does it make sense to commit a patch to branch-1

[jira] [Updated] (HIVE-12456) QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12456: Attachment: HIVE-12456.3.patch Attached the patch 3 to fix the unit test issues. > QueryId can't be stored

[jira] [Commented] (HIVE-3454) Problem with CAST(BIGINT as TIMESTAMP)

2015-11-23 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022402#comment-15022402 ] Aihua Xu commented on HIVE-3454: [~yhuai] Which version are you running on? I tried on the latest and it

[jira] [Commented] (HIVE-12406) HIVE-9500 introduced incompatible change to LazySimpleSerDe public interface

2015-11-23 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15023031#comment-15023031 ] Aihua Xu commented on HIVE-12406: - Committed to branch-1 and master. Thanks Szehon for reviewing the code.

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Fix Version/s: 2.1.0 2.0.0 > Common join on parquet tables returns incorrect result when

[jira] [Commented] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089299#comment-15089299 ] Aihua Xu commented on HIVE-12762: - Committed to 2.0 and 2.1. Thanks Sergio for reviewing. > Common join

[jira] [Updated] (HIVE-12762) Common join on parquet tables returns incorrect result when hive.optimize.index.filter set to true

2016-01-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12762: Affects Version/s: 2.0.0 > Common join on parquet tables returns incorrect result when >

[jira] [Commented] (HIVE-12820) Remove the check if carriage return and new line are used for separator or escape character

2016-01-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15094887#comment-15094887 ] Aihua Xu commented on HIVE-12820: - Yes. Practically escapeChar can't be \r or \n anyway since when we send

[jira] [Commented] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

2016-06-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15314464#comment-15314464 ] Aihua Xu commented on HIVE-13882: - Thanks for confirming. I will resolve it now then. > When

[jira] [Resolved] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

2016-06-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu resolved HIVE-13882. - Resolution: Fixed > When hive.server2.async.exec.async.compile is turned on, from JDBC we will > get

[jira] [Commented] (HIVE-7443) Fix HiveConnection to communicate with Kerberized Hive JDBC server and alternative JDKs

2016-06-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320687#comment-15320687 ] Aihua Xu commented on HIVE-7443: Seems we still need the fix for HIVE-7443 since HIVE-13020 is

[jira] [Updated] (HIVE-13900) HiveStatement.executeAsync() may not work properly when hive.server2.async.exec.async.compile is turned on

2016-06-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13900: Status: Patch Available (was: Open) patch-1: for executeAsync() function, we still need ResultSet status.

[jira] [Updated] (HIVE-13900) HiveStatement.executeAsync() may not work properly when hive.server2.async.exec.async.compile is turned on

2016-06-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13900: Attachment: HIVE-13900.1.patch > HiveStatement.executeAsync() may not work properly when >

[jira] [Commented] (HIVE-7443) Fix HiveConnection to communicate with Kerberized Hive JDBC server and alternative JDKs

2016-06-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320521#comment-15320521 ] Aihua Xu commented on HIVE-7443: [~crystal_gaoyu] Thanks for working on that. Seems you need to rebase. Do

[jira] [Commented] (HIVE-7443) Fix HiveConnection to communicate with Kerberized Hive JDBC server and alternative JDKs

2016-06-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319223#comment-15319223 ] Aihua Xu commented on HIVE-7443: [~gss2002] So do you mean HIVE-13020 also fixes this issue? Or do we need

[jira] [Commented] (HIVE-7443) Fix HiveConnection to communicate with Kerberized Hive JDBC server and alternative JDKs

2016-06-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15326654#comment-15326654 ] Aihua Xu commented on HIVE-7443: [~crystal_gaoyu] I tried the patch but seems it doesn't fix the issue with

[jira] [Commented] (HIVE-13900) HiveStatement.executeAsync() may not work properly when hive.server2.async.exec.async.compile is turned on

2016-06-09 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15322601#comment-15322601 ] Aihua Xu commented on HIVE-13900: - [~jxiang] Can you help review the patch? The test failures are not

[jira] [Updated] (HIVE-13855) select INPUT__FILE__NAME throws NPE exception

2016-05-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13855: Component/s: (was: Query Planning) Query Processor > select INPUT__FILE__NAME throws

[jira] [Updated] (HIVE-13855) select INPUT__FILE__NAME throws NPE exception

2016-05-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13855: Attachment: HIVE-13855.1.patch > select INPUT__FILE__NAME throws NPE exception >

[jira] [Updated] (HIVE-14013) Describe table doesn't show unicode properly

2016-06-14 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14013: Attachment: HIVE-14013.1.patch > Describe table doesn't show unicode properly >

[jira] [Updated] (HIVE-14013) Describe table doesn't show unicode properly

2016-06-14 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14013: Status: Patch Available (was: Open) Patch-1: for various places, use utf-8 encoding when writing to output

[jira] [Updated] (HIVE-13900) HiveStatement.executeAsync() may not work properly when hive.server2.async.exec.async.compile is turned on

2016-06-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13900: Resolution: Fixed Fix Version/s: 2.2.0 Status: Resolved (was: Patch Available) Pushed to

[jira] [Updated] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

2016-06-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13882: Fix Version/s: 2.2.0 > When hive.server2.async.exec.async.compile is turned on, from JDBC we will > get

[jira] [Commented] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

2016-06-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15314140#comment-15314140 ] Aihua Xu commented on HIVE-13882: - [~ekoifman] I don't see any build error under /hive and /hive/itests on

[jira] [Commented] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

2016-06-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15314133#comment-15314133 ] Aihua Xu commented on HIVE-13882: - [~ekoifman] Just tried. The master branch with the patch builds fine

<    2   3   4   5   6   7   8   9   10   11   >