来自白少琦的邮件

2015-07-08 Thread 白少琦

How to use LineageInfo.java in personal module

2015-07-08 Thread baishaoqi
Hi: I am new to hive. There are many hive sql command in a file. I want to figure out what input table and output table names are in each hive sql command. There is a class LineageInfo.java in $HIVE_HOME/ql/src/java/org/apache/hadoop/hive/ql/tools The feature I want is like this:

Re: Review Request 36335: Reset the fields in class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread Mostafa Mokhtar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36335/#review91057 --- Ship it! Ship It! - Mostafa Mokhtar On July 8, 2015, 11:37 p.m.,

[jira] [Created] (HIVE-11214) Insert into ACID table switches vectorization off

2015-07-08 Thread Matt McCline (JIRA)
Matt McCline created HIVE-11214: --- Summary: Insert into ACID table switches vectorization off Key: HIVE-11214 URL: https://issues.apache.org/jira/browse/HIVE-11214 Project: Hive Issue Type: Bug

Re: Review Request 36335: Reset the fields in class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36335/ --- (Updated July 8, 2015, 11:37 p.m.) Review request for hive, John Pullokkaran an

Re: Review Request 36335: Reset the fields in class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36335/ --- (Updated July 8, 2015, 11:32 p.m.) Review request for hive, John Pullokkaran an

Re: Review Request 36280: HIVE-11196

2015-07-08 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36280/#review91021 --- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java (line 121

Re: Review Request 36335: Reset the static fields in static class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36335/#review91020 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/St

[jira] [Created] (HIVE-11213) LLAP: more out file changes compared to master

2015-07-08 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11213: --- Summary: LLAP: more out file changes compared to master Key: HIVE-11213 URL: https://issues.apache.org/jira/browse/HIVE-11213 Project: Hive Issue Type:

Review Request 36335: Reset the static fields in static class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36335/ --- Review request for hive, John Pullokkaran and Mostafa Mokhtar. Repository: hive

[jira] [Created] (HIVE-11212) Create vectorized types for complex types

2015-07-08 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-11212: Summary: Create vectorized types for complex types Key: HIVE-11212 URL: https://issues.apache.org/jira/browse/HIVE-11212 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-11211) Reset the static fields in static class JoinStatsRule in StatsRulesProcFactory

2015-07-08 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11211: -- Summary: Reset the static fields in static class JoinStatsRule in StatsRulesProcFactory Key: HIVE-11211 URL: https://issues.apache.org/jira/browse/HIVE-11211 Proj

Re: Review Request 36069: HIVE-11141 : Improve RuleRegExp when the Expression node stack gets huge

2015-07-08 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36069/#review90982 --- Ship it! +1 conditional on QA clean run on Patch 5. - John Pullokk

Re: Review Request 34666: HIVE-9152 - Dynamic Partition Pruning [Spark Branch]

2015-07-08 Thread Chao Sun
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34666/ --- (Updated July 8, 2015, 6:04 p.m.) Review request for hive, chengxiang li and Xu

Hive-0.14 - Build # 1006 - Still Failing

2015-07-08 Thread Apache Jenkins Server
Changes for Build #986 Changes for Build #987 Changes for Build #988 Changes for Build #989 Changes for Build #990 Changes for Build #991 Changes for Build #992 Changes for Build #993 Changes for Build #994 Changes for Build #995 Changes for Build #996 Changes for Build #997 Changes for

[jira] [Created] (HIVE-11210) Remove dependency on HiveConf from Orc reader & writer

2015-07-08 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-11210: Summary: Remove dependency on HiveConf from Orc reader & writer Key: HIVE-11210 URL: https://issues.apache.org/jira/browse/HIVE-11210 Project: Hive Issue Typ

[jira] [Created] (HIVE-11209) Clean up dependencies in HiveDecimalWritable

2015-07-08 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-11209: Summary: Clean up dependencies in HiveDecimalWritable Key: HIVE-11209 URL: https://issues.apache.org/jira/browse/HIVE-11209 Project: Hive Issue Type: Sub-tas

[jira] [Created] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2015-07-08 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-11208: --- Summary: Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type Key: HIVE-11208 URL: https://issues.apache.org/jira/browse/HIVE-11208

Re: Review Request 36300: HIVE-11191 Beeline-cli: support hive.cli.errors.ignore in new CLI

2015-07-08 Thread cheng xu
> On July 8, 2015, 9:27 p.m., Xuefu Zhang wrote: > > beeline/src/java/org/apache/hive/beeline/Commands.java, line 759 > > > > > > Why do we provide two way to do the same thing? When do we choose to > > use one or t

Re: Review Request 36300: HIVE-11191 Beeline-cli: support hive.cli.errors.ignore in new CLI

2015-07-08 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36300/#review90889 --- beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java (line 228

Re: Review Request 36284: HIVE-11197

2015-07-08 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36284/#review90886 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJ

[jira] [Created] (HIVE-11207) org.apache.hadoop.hive.hbase.TestHBaseSerDe should use numeric data types instead strings

2015-07-08 Thread Svetozar Ivanov (JIRA)
Svetozar Ivanov created HIVE-11207: -- Summary: org.apache.hadoop.hive.hbase.TestHBaseSerDe should use numeric data types instead strings Key: HIVE-11207 URL: https://issues.apache.org/jira/browse/HIVE-11207

[jira] [Created] (HIVE-11206) CBO (Calcite Return Path): Join translation should update all ExprNode recursively

2015-07-08 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-11206: -- Summary: CBO (Calcite Return Path): Join translation should update all ExprNode recursively Key: HIVE-11206 URL: https://issues.apache.org/jira/browse/HIVE-112

[jira] [Created] (HIVE-11205) Unable to create table being in read-only database

2015-07-08 Thread Mariusz Strzelecki (JIRA)
Mariusz Strzelecki created HIVE-11205: - Summary: Unable to create table being in read-only database Key: HIVE-11205 URL: https://issues.apache.org/jira/browse/HIVE-11205 Project: Hive Iss

[jira] [Created] (HIVE-11204) Research on recent failed qtests[Spark Branch]

2015-07-08 Thread Chengxiang Li (JIRA)
Chengxiang Li created HIVE-11204: Summary: Research on recent failed qtests[Spark Branch] Key: HIVE-11204 URL: https://issues.apache.org/jira/browse/HIVE-11204 Project: Hive Issue Type: Sub-t

Review Request 36300: HIVE-11191 Beeline-cli: support hive.cli.errors.ignore in new CLI

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

[jira] [Created] (HIVE-11203) Beeline force option doesn't force execution when errors occurred in a script.

2015-07-08 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-11203: --- Summary: Beeline force option doesn't force execution when errors occurred in a script. Key: HIVE-11203 URL: https://issues.apache.org/jira/browse/HIVE-11203 Project: H

[GitHub] hive pull request: HIVE-11179: HIVE should allow custom converting...

2015-07-08 Thread sundapeng
Github user sundapeng closed the pull request at: https://github.com/apache/hive/pull/44 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab