Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-09-02 Thread Amareshwari Sriramadasu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37925/#review97617 --- metastore/if/hive_metastore.thrift (line 990)

Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-09-02 Thread Amareshwari Sriramadasu
> On Sept. 2, 2015, 7:36 p.m., Sergey Shelukhin wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java, > > line 1323 > > > > > > should this be uncommented? :) +1 > On Sept. 2,

Re: Review Request 37935: HIVE-11482: Add retrying thrift client for HiveServer2

2015-09-02 Thread Amareshwari Sriramadasu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37935/#review97616 --- Ship it! Ship It! - Amareshwari Sriramadasu On Sept. 2, 2015, 9:

[jira] [Created] (HIVE-11724) WebHcat get jobs to order jobs on time order with latest at top

2015-09-02 Thread Kiran Kumar Kolli (JIRA)
Kiran Kumar Kolli created HIVE-11724: Summary: WebHcat get jobs to order jobs on time order with latest at top Key: HIVE-11724 URL: https://issues.apache.org/jira/browse/HIVE-11724 Project: Hive

[jira] [Created] (HIVE-11723) Incorrect string literal escaping

2015-09-02 Thread Uri Laserson (JIRA)
Uri Laserson created HIVE-11723: --- Summary: Incorrect string literal escaping Key: HIVE-11723 URL: https://issues.apache.org/jira/browse/HIVE-11723 Project: Hive Issue Type: Bug Affects Vers

[jira] [Created] (HIVE-11722) HBaseImport should import basic stats and column stats

2015-09-02 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-11722: - Summary: HBaseImport should import basic stats and column stats Key: HIVE-11722 URL: https://issues.apache.org/jira/browse/HIVE-11722 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-11721) noascii characters shows improper

2015-09-02 Thread Jun Yin (JIRA)
Jun Yin created HIVE-11721: -- Summary: noascii characters shows improper Key: HIVE-11721 URL: https://issues.apache.org/jira/browse/HIVE-11721 Project: Hive Issue Type: Bug Components: Data

Re: ORC NPE while writing stats

2015-09-02 Thread David Capwell
We have multiple threads writing, but each thread works on one file, so orc writer is only touched by one thread (never cross threads) On Sep 2, 2015 11:18 AM, "Owen O'Malley" wrote: > I don't see how it would get there. That implies that minimum was null, > but the count was non-zero. > > The Co

Re: ORC NPE while writing stats

2015-09-02 Thread David Capwell
Also, the data put in are primitives, structs (list), and arrays (list); we don't use any of the boxed writables (like text). On Sep 2, 2015 12:57 PM, "David Capwell" wrote: > We have multiple threads writing, but each thread works on one file, so > orc writer is only touched by one thread (never

[jira] [Created] (HIVE-11720) Allow HiveServer2 to set custom http request/response header size

2015-09-02 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-11720: --- Summary: Allow HiveServer2 to set custom http request/response header size Key: HIVE-11720 URL: https://issues.apache.org/jira/browse/HIVE-11720 Project: Hive

Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-09-02 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37925/#review97519 --- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreCl

[jira] [Created] (HIVE-11719) acid insert with dynamic partitioning doesn't create empty buckets

2015-09-02 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-11719: - Summary: acid insert with dynamic partitioning doesn't create empty buckets Key: HIVE-11719 URL: https://issues.apache.org/jira/browse/HIVE-11719 Project: Hive

Re: ORC NPE while writing stats

2015-09-02 Thread Owen O'Malley
I don't see how it would get there. That implies that minimum was null, but the count was non-zero. The ColumnStatisticsImpl$StringStatisticsImpl.serialize looks like: @Override OrcProto.ColumnStatistics.Builder serialize() { OrcProto.ColumnStatistics.Builder result = super.serialize(); OrcPr

Re: Review Request 38044: HIVE-11640 Shell command doesn't work for new CLI[Beeline-cli branch]

2015-09-02 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38044/#review97494 --- beeline/src/java/org/apache/hive/beeline/BeeLine.java (line 1091) <

[jira] [Created] (HIVE-11718) JDBC ResultSet.setFetchSize(0) returns no results

2015-09-02 Thread Son Nguyen (JIRA)
Son Nguyen created HIVE-11718: - Summary: JDBC ResultSet.setFetchSize(0) returns no results Key: HIVE-11718 URL: https://issues.apache.org/jira/browse/HIVE-11718 Project: Hive Issue Type: Bug

Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-09-02 Thread Akshay Goyal
> On Sept. 2, 2015, 4:33 a.m., Amareshwari Sriramadasu wrote: > > Akshay, it is hard to review with generated code put here. Can you update > > review request without any generated code? Updated. - Akshay --- This is an automatically g

Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-09-02 Thread Akshay Goyal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37925/ --- (Updated Sept. 2, 2015, 11:14 a.m.) Review request for hive and Amareshwari Sri

[GitHub] hive pull request: Update PerfLogger.java

2015-09-02 Thread stuxuhai
GitHub user stuxuhai opened a pull request: https://github.com/apache/hive/pull/49 Update PerfLogger.java update PerfLogger You can merge this pull request into a Git repository by running: $ git pull https://github.com/stuxuhai/hive patch-1 Alternatively you can review and ap

Re: Review Request 37935: HIVE-11482: Add retrying thrift client for HiveServer2

2015-09-02 Thread Akshay Goyal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37935/ --- (Updated Sept. 2, 2015, 9:17 a.m.) Review request for hive and Amareshwari Srir

Re: Please double-check JIRA number on commit

2015-09-02 Thread Lefty Leverenz
Perhaps we need a comments column for issues that aren't wrong-JIRA-numbers. For example, HIVE-11536 which just got added to the list (commit b22e54ecec96d1b86fea1b53dae4c8bb68a11f9c). The errata.txt file says "Commits with the wrong JIRA referen

Date parsing Exception at Hadoop server

2015-09-02 Thread Amit Dutta
Hi Gurus, I am facing ParseException for the following code for my UDF in hive. just the evaluate method. private final SimpleDateFormat sdf = new SimpleDateFormat("dd-MM-", Locale.US); public Object evaluate(DeferredObject[] arguments) throws HiveException { String result = "0";

Possible bug in HiveInputSplit.getPath()

2015-09-02 Thread ranjana
Look like this is already tracked. https://issues.apache.org/jira/browse/HIVE-2982

Possible bug in HiveInputSplit.getPath()

2015-09-02 Thread ranjana
I hit this problem again today. I would like to clarify if this is a bug or expected behavior.

ORC NPE while writing stats

2015-09-02 Thread David Capwell
We are writing ORC files in our application for hive to consume. Given enough time, we have noticed that writing causes a NPE when working with a string column's stats. Not sure whats causing it on our side yet since replaying the same data is just fine, it seems more like this just happens over t

Review Request 38044: HIVE-11640 Shell command doesn't work for new CLI[Beeline-cli branch]

2015-09-02 Thread cheng xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38044/ --- Review request for hive and Xuefu Zhang. Bugs: HIVE-11640 https://issues.ap