[jira] [Created] (HIVE-5592) Add an option to convert enum as structvalue:int as of Hive 0.8

2013-10-18 Thread Jie Li (JIRA)
Jie Li created HIVE-5592: Summary: Add an option to convert enum as structvalue:int as of Hive 0.8 Key: HIVE-5592 URL: https://issues.apache.org/jira/browse/HIVE-5592 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-3323) enum to string conversions

2013-10-17 Thread Jie Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798708#comment-13798708 ] Jie Li commented on HIVE-3323: -- Hi, we used to use the structvalue:int representation in Hive

[jira] [Commented] (HIVE-3323) enum to string conversions

2013-10-17 Thread Jie Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798710#comment-13798710 ] Jie Li commented on HIVE-3323: -- From the discussion I can see the proposal

Hive Operator Counters

2013-02-05 Thread Jie Li
Hi all, Does anyone notice that the operator counters are not properly maintained? They are useful for understanding the query plan and execution, e.g how many rows each operator is processing and producing, and how much time each operator is spending. NUM_INPUT_ROWS NUM_OUTPUT_ROWS TIME_TAKEN

[jira] [Commented] (HIVE-2227) Remove ProgressCounter enum in Operator

2013-02-05 Thread Jie Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572244#comment-13572244 ] Jie Li commented on HIVE-2227: -- Even though this ticket has not been committed, the current

[jira] [Commented] (HIVE-600) Running TPC-H queries on Hive

2011-12-11 Thread Jie Li (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13167164#comment-13167164 ] Jie Li commented on HIVE-600: - Hi all, we conducted TPC-H benchmark on Pig as well and compared

Re: [jira] [Assigned] (HIVE-1772) optimize join followed by a groupby

2011-12-06 Thread Jie Li
I happened to notice this as well. From the query plan Hive already considers the group-by in the first job, so the second job is very fast. But it's still better to eliminate the second job. Jie On Tue, Dec 6, 2011 at 7:04 PM, John Sichi (Assigned) (JIRA) j...@apache.org wrote: [