[jira] [Created] (HIVE-12645) ConstantPropagateProcCtx.resolve() should use internal names instead of alias to match 2 columns from different row schemas

2015-12-10 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-12645:


 Summary: ConstantPropagateProcCtx.resolve() should use internal 
names instead of alias to match 2 columns from different row schemas 
 Key: HIVE-12645
 URL: https://issues.apache.org/jira/browse/HIVE-12645
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan


Currently, it seems that we look to match the ColumnInfo between the parent and 
the child rowschemas by calling rci = rs.getColumnInfo(tblAlias, alias) which 
might be a bit aggressive. i.e. we will lose opportunity to constant propogate 
even if the columns are the same but the alias in the rowschemas do not match.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-12646) beeline and HIVE CLI do not parse ; in quote properly

2015-12-10 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-12646:
---

 Summary: beeline and HIVE CLI do not parse ; in quote properly
 Key: HIVE-12646
 URL: https://issues.apache.org/jira/browse/HIVE-12646
 Project: Hive
  Issue Type: Bug
  Components: CLI, Clients
Reporter: Yongzhi Chen
Assignee: Vaibhav Gumashta


Beeline and Cli have to escape ; in the quote while most other shell scripts 
need not. For example:
in Beeline:
{noformat}
0: jdbc:hive2://localhost:1> select ';' from tlb1;
select ';' from tlb1;
15/12/10 10:45:26 DEBUG TSaslTransport: writing data length: 115
15/12/10 10:45:26 DEBUG TSaslTransport: CLIENT: reading data length: 3403
Error: Error while compiling statement: FAILED: ParseException line 1:8 cannot 
recognize input near '' '
{noformat}
while in mysql shell:
{noformat}
mysql> SELECT CONCAT(';', 'foo') FROM test limit 3;
++
| ;foo   |
| ;foo   |
| ;foo   |
++
3 rows in set (0.00 sec)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


UDAF exception

2015-12-10 Thread Manisha Sethi
Hi,

I have written a custom UDAF , but facing

"Collect UDAF & maps - LazyBinaryMap cannot be cast to java.util.Map"

Exception at merging phase, found same at : 
https://github.com/klout/brickhouse/issues/102

>Map partialResult = (Map) 
internalMergeOI.getMap(partial);

But it seems code not committed.

Thanks
Manisha





[jira] [Created] (HIVE-12647) hive.mapred.mode=strict throws an error even if the final plan does not have cartesian product in it.

2015-12-10 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-12647:


 Summary: hive.mapred.mode=strict throws an error even if the final 
plan does not have cartesian product in it.
 Key: HIVE-12647
 URL: https://issues.apache.org/jira/browse/HIVE-12647
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan


{code}
Vertex dependency in root stage
Reducer 10 <- Reducer 9 (SIMPLE_EDGE)
Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 11 (SIMPLE_EDGE)
Reducer 3 <- Map 12 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
Reducer 4 <- Map 13 (SIMPLE_EDGE), Reducer 3 (SIMPLE_EDGE)
Reducer 5 <- Map 14 (SIMPLE_EDGE), Reducer 4 (SIMPLE_EDGE)
Reducer 6 <- Map 15 (SIMPLE_EDGE), Reducer 5 (SIMPLE_EDGE)
Reducer 7 <- Map 16 (SIMPLE_EDGE), Reducer 6 (SIMPLE_EDGE)
Reducer 8 <- Map 17 (SIMPLE_EDGE), Reducer 7 (SIMPLE_EDGE)
Reducer 9 <- Reducer 8 (SIMPLE_EDGE)

Stage-0
   Fetch Operator
  limit:100
  Stage-1
 Reducer 10
 File Output Operator [FS_63]
compressed:false
Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE 
Column stats: NONE
table:{"input 
format:":"org.apache.hadoop.mapred.TextInputFormat","output 
format:":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"}
Limit [LIM_62]
   Number of rows:100
   Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE 
Column stats: NONE
   Select Operator [SEL_61]
   |  
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"]
   |  Statistics:Num rows: 127050 Data size: 182479129 Basic stats: 
COMPLETE Column stats: NONE
   |<-Reducer 9 [SIMPLE_EDGE]
  Reduce Output Operator [RS_60]
 key expressions:_col0 (type: string), _col1 (type: 
string), _col2 (type: string)
 sort order:+++
 Statistics:Num rows: 127050 Data size: 182479129 Basic 
stats: COMPLETE Column stats: NONE
 value expressions:_col3 (type: bigint), _col4 (type: 
double), _col5 (type: double), _col6 (type: double), _col7 (type: bigint), 
_col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 
(type: bigint), _col12 (type: double), _col13 (type: double)
 Select Operator [SEL_58]

outputColumnNames:["_col0","_col1","_col10","_col11","_col12","_col13","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"]
Statistics:Num rows: 127050 Data size: 182479129 Basic 
stats: COMPLETE Column stats: NONE
Group By Operator [GBY_57]
|  
aggregations:["count(VALUE._col0)","avg(VALUE._col1)","stddev_samp(VALUE._col2)","count(VALUE._col3)","avg(VALUE._col4)","stddev_samp(VALUE._col5)","count(VALUE._col6)","avg(VALUE._col7)","stddev_samp(VALUE._col8)"]
|  keys:KEY._col0 (type: string), KEY._col1 (type: 
string), KEY._col2 (type: string)
|  
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"]
|  Statistics:Num rows: 127050 Data size: 182479129 
Basic stats: COMPLETE Column stats: NONE
|<-Reducer 8 [SIMPLE_EDGE]
   Reduce Output Operator [RS_56]
  key expressions:_col0 (type: string), _col1 
(type: string), _col2 (type: string)
  Map-reduce partition columns:_col0 (type: 
string), _col1 (type: string), _col2 (type: string)
  sort order:+++
  Statistics:Num rows: 254100 Data size: 364958258 
Basic stats: COMPLETE Column stats: NONE
  value expressions:_col3 (type: bigint), _col4 
(type: struct), _col5 (type: 
struct), _col6 (type: bigint), _col7 
(type: struct), _col8 (type: 
struct), _col9 (type: bigint), _col10 
(type: struct), _col11 (type: 
struct)
  Group By Operator [GBY_55]
 
aggregations:["count(_col5)","avg(_col5)","stddev_samp(_col5)","count(_col10)","avg(_col10)","stddev_samp(_col10)","count(_col14)","avg(_col14)","stddev_samp(_col14)"]
 keys:_col22 (type: string), _col24 (type: 
string), _col25 (type: string)
 

Re: Review Request 35868: HIVE-11107

2015-12-10 Thread Hari Sankar Sivarama Subramaniyan

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35868/
---

(Updated Dec. 10, 2015, 9:25 p.m.)


Review request for hive, Ashutosh Chauhan and John Pullokkaran.


Repository: hive-git


Description
---

Support for Performance regression test suite with TPCDS


Diffs (updated)
-

  data/conf/perf-reg/hive-site.xml PRE-CREATION 
  data/conf/perf-reg/tez-site.xml PRE-CREATION 
  data/files/tpcds-perf/metastore_export/csv/TABLE_PARAMS.txt PRE-CREATION 
  data/files/tpcds-perf/metastore_export/csv/TAB_COL_STATS.txt PRE-CREATION 
  data/scripts/q_perf_test_init.sql PRE-CREATION 
  itests/qtest/pom.xml 8f6807a 
  itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java 5b2c8c2 
  metastore/scripts/upgrade/derby/022-HIVE-11107.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/hive-schema-2.1.0.derby.sql abc6bf4 
  ql/src/test/queries/clientpositive/perf/query12.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query13.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query15.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query17.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query18.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query19.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query20.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query21.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query22.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query25.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query26.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query27.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query28.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query29.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query3.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query31.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query32.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query34.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query39.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query40.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query42.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query43.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query45.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query46.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query48.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query50.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query51.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query52.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query54.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query55.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query56.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query58.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query60.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query64.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query65.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query66.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query67.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query68.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query7.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query70.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query71.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query72.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query73.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query75.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query76.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query79.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query80.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query82.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query84.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query85.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query87.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query88.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query89.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query90.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query91.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query92.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query93.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query94.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query95.q PRE-CREATION 
  ql/src/test/queries/clientpositive/perf/query96.q PRE-CREATION 
  

[jira] [Created] (HIVE-12648) LLAP IO was disabled in CliDriver by accident (and tests are broken)

2015-12-10 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-12648:
---

 Summary: LLAP IO was disabled in CliDriver by accident (and tests 
are broken)
 Key: HIVE-12648
 URL: https://issues.apache.org/jira/browse/HIVE-12648
 Project: Hive
  Issue Type: Bug
Reporter: Sergey Shelukhin






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-12644) Support for offset in HiveSortMergeRule

2015-12-10 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-12644:
--

 Summary: Support for offset in HiveSortMergeRule
 Key: HIVE-12644
 URL: https://issues.apache.org/jira/browse/HIVE-12644
 Project: Hive
  Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Jesus Camacho Rodriguez
Assignee: Jesus Camacho Rodriguez


After HIVE-11531 goes in, HiveSortMergeRule needs to be extended to support 
offset properly when it merges operators that contain Limit. Otherwise, limit 
pushdown through outer join optimization (introduced in HIVE-11684) will not 
work properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: HIVE-TRUNK-JAVA8 #142

2015-12-10 Thread hiveqa
See 


Changes:

[Ashutosh Chauhan] HIVE-12600 : Make index tests more robust (Ashutosh Chauhan 
via Gunther Hagleitner)

[sershe] HIVE-12601 : HIVE-11985 change does not use partition deserializer 
(Sergey Shelukhin, reviewed by Thejas M Nair)

[Aihua Xu] HIVE-12574: windowing function returns incorrect result when the 
window size is larger than the partition size (reviewed by Jimmy Xiang)

[sershe] HIVE-12591 : LLAP cache counters displays -ve value for 
CacheCapacityUsed (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

[j.prasanth.j] HIVE-12302: Use KryoPool instead of thread-local caching 
(Prasanth Jayachandran reviewed by Ashutosh Chauhan)

[Sergio Pena] HIVE-12608: Parquet Schema Evolution doesn't work when a column 
is dropped from array> (Mohammad Kamrul Islam, reviewed by Sergio Pena)

[Szehon Ho] HIVE-12330 : Fix precommit Spark test part2 (Sergio Pena via Szehon)

[Szehon Ho] HIVE-12621 : PTest Backup additional spark logs (Szehon, reviewed 
by Xuefu and Sergey Shelukhin)

[ekoifman] HIVE-12585 - fix TxnHandler connection leak(Eugene Koifman, reviewd 
by Sergey Shelukhin)

[Ashutosh Chauhan] HIVE-12595 : [REFACTOR] Make physical compiler more type 
safe (Ashutosh Chauhan via Pengcheng Xiong)

[Szehon Ho] HIVE-12499 : Add HMS metrics for number of tables and partitions 
(Szehon, reviewed by Jimmy Xiang)

[Jimmy Xiang] HIVE-12485: Secure HS2 web UI with kerberos(Jimmy, reviewed by 
Szehon)

[sershe] HIVE-12341 : LLAP: add security to daemon protocol endpoint (excluding 
shuffle) (Sergey Shelukhin, reviewed by Siddharth Seth, Lefty Leverenz)

[sershe] HIVE-12598 : LLAP: disable fileId when not supported (Sergey 
Shelukhin, reviewed by Prasanth Jayachandran, Lefty Leverenz)

--
[...truncated 310 lines...]
Aptest2/src/main/java/org/apache/hive/ptest/execution/JIRAService.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/Drone.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/Constants.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/ssh
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RemoteCommandResult.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHCommandExecutor.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncCommandExecutor.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHCommand.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHResult.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncCommand.java
Aptest2/src/main/java/org/apache/hive/ptest/execution/ssh/RSyncResult.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/NonZeroExitCodeException.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/AbstractSSHCommand.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/AbstractSSHResult.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/ssh/SSHExecutionException.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/AbortDroneException.java
A
ptest2/src/main/java/org/apache/hive/ptest/execution/LocalCommandFactory.java
Aptest2/src/main/java/org/apache/hive/ptest/api
Aptest2/src/main/java/org/apache/hive/ptest/api/request
Aptest2/src/main/java/org/apache/hive/ptest/api/request/TestStopRequest.java
Aptest2/src/main/java/org/apache/hive/ptest/api/request/TestListRequest.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/request/TestStartRequest.java
Aptest2/src/main/java/org/apache/hive/ptest/api/request/TestLogRequest.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/request/TestStatusRequest.java
Aptest2/src/main/java/org/apache/hive/ptest/api/client
Aptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java
Aptest2/src/main/java/org/apache/hive/ptest/api/response
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/GenericResponse.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStartResponse.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/TestLogResponse.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStatusResponse.java
Aptest2/src/main/java/org/apache/hive/ptest/api/response/TestStatus.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/TestStopResponse.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/response/TestListResponse.java
Aptest2/src/main/java/org/apache/hive/ptest/api/Status.java
Aptest2/src/main/java/org/apache/hive/ptest/api/server
Aptest2/src/main/java/org/apache/hive/ptest/api/server/Test.java
Aptest2/src/main/java/org/apache/hive/ptest/api/server/TestLogger.java
A
ptest2/src/main/java/org/apache/hive/ptest/api/server/ExecutionController.java
A

[jira] [Created] (HIVE-12650) Increase default value of hive.spark.client.server.connect.timeout to exceeds spark.yarn.am.waitTime

2015-12-10 Thread JoneZhang (JIRA)
JoneZhang created HIVE-12650:


 Summary: Increase default value of 
hive.spark.client.server.connect.timeout to exceeds spark.yarn.am.waitTime
 Key: HIVE-12650
 URL: https://issues.apache.org/jira/browse/HIVE-12650
 Project: Hive
  Issue Type: Bug
Reporter: JoneZhang
Assignee: Xuefu Zhang


I think hive.spark.client.server.connect.timeout should be set greater than 
spark.yarn.am.waitTime. The default value for 
spark.yarn.am.waitTime is 100s, and the default value for 
hive.spark.client.server.connect.timeout is 90s, which is not good. We can 
increase it to a larger value such as 120s.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-12649) Hive on Spark will resubmitted application when not enough resouces to launch yarn application master

2015-12-10 Thread JoneZhang (JIRA)
JoneZhang created HIVE-12649:


 Summary: Hive on Spark will resubmitted application when not 
enough resouces to launch yarn application master
 Key: HIVE-12649
 URL: https://issues.apache.org/jira/browse/HIVE-12649
 Project: Hive
  Issue Type: Bug
Affects Versions: 1.2.1, 1.1.1
Reporter: JoneZhang
Assignee: Xuefu Zhang


Hive on spark will estimate reducer number when the query is not set reduce 
number,which cause a application submit.The application will pending if the 
yarn queue's resources is insufficient.
So there are more than one pending applications probably because 
there are more than one estimate call.The failure is soft, so it doesn't 
prevent subsequent processings. We can make that a hard failure

That code is found in 
728237 at 
org.apache.hadoop.hive.ql.exec.spark.SparkUtilities.getSparkSession(SparkUtilities.java:112)
 728238 at 
org.apache.hadoop.hive.ql.optimizer.spark.SetSparkReducerParallelism.process(SetSparkReducerParallelism.java:115)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Review Request 38663: HIVE-11878: ClassNotFoundException can possibly occur if multiple jars are registered one at a time in Hive

2015-12-10 Thread Anthony Hsu

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38663/#review109782
---

Ship it!


Revision looks good to me.


itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/authorization/plugin/TestHiveAuthorizerShowFilters.java
 (line 92)


Nit: trailing whitespace


- Anthony Hsu


On 十二月 9, 2015, 8:33 a.m., Ratandeep Ratti wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38663/
> ---
> 
> (Updated 十二月 9, 2015, 8:33 a.m.)
> 
> 
> Review request for hive.
> 
> 
> Bugs: HIVE-11878
> https://issues.apache.org/jira/browse/HIVE-11878
> 
> 
> Repository: hive-git
> 
> 
> Description
> ---
> 
> HIVE-11878: ClassNotFoundException can possibly occur if multiple jars are 
> registered one at a time in Hive
> 
> 
> Diffs
> -
> 
>   conf/ivysettings.xml bda842a 
>   itests/custom-udfs/pom.xml PRE-CREATION 
>   itests/custom-udfs/udf-classloader-udf1/pom.xml PRE-CREATION 
>   
> itests/custom-udfs/udf-classloader-udf1/src/main/java/hive/it/custom/udfs/UDF1.java
>  PRE-CREATION 
>   itests/custom-udfs/udf-classloader-udf2/pom.xml PRE-CREATION 
>   
> itests/custom-udfs/udf-classloader-udf2/src/main/java/hive/it/custom/udfs/UDF2.java
>  PRE-CREATION 
>   itests/custom-udfs/udf-classloader-util/pom.xml PRE-CREATION 
>   
> itests/custom-udfs/udf-classloader-util/src/main/java/hive/it/custom/udfs/Util.java
>  PRE-CREATION 
>   
> itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/authorization/plugin/TestHiveAuthorizerShowFilters.java
>  0c03a00 
>   itests/pom.xml 5d8249f 
>   itests/qtest/pom.xml 8f6807a 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/UDFClassLoader.java PRE-CREATION 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java c01994f 
>   ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 5c69fb6 
>   ql/src/test/queries/clientpositive/udf_classloader.q PRE-CREATION 
>   
> ql/src/test/queries/clientpositive/udf_classloader_dynamic_dependency_resolution.q
>  PRE-CREATION 
>   ql/src/test/results/clientpositive/udf_classloader.q.out PRE-CREATION 
>   
> ql/src/test/results/clientpositive/udf_classloader_dynamic_dependency_resolution.q.out
>  PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/38663/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Ratandeep Ratti
> 
>



[jira] [Created] (HIVE-12652) SymbolicTextInputFormat should supports the path with regex ,especially using CombineHiveInputFormat .Add test sql .

2015-12-10 Thread Xiaowei Wang (JIRA)
Xiaowei Wang created HIVE-12652:
---

 Summary: SymbolicTextInputFormat should supports the  path with 
regex  ,especially using CombineHiveInputFormat .Add test sql .
 Key: HIVE-12652
 URL: https://issues.apache.org/jira/browse/HIVE-12652
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaowei Wang
Assignee: Xiaowei Wang
 Fix For: 1.2.1


1, In fact,SybolicTextInputFormat supports the path with regex  .I add some  
test sql . 
2, But ,when using  CombineHiveInputFormat  to merge small file  , It cannot 
resolve the path with regex ,so it will get a wrong result.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-12653) The property "serialization.encoding" in the class "org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe" does not work

2015-12-10 Thread yangfang (JIRA)
yangfang created HIVE-12653:
---

 Summary: The property  "serialization.encoding" in the class 
"org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe" does not work
 Key: HIVE-12653
 URL: https://issues.apache.org/jira/browse/HIVE-12653
 Project: Hive
  Issue Type: Improvement
  Components: Contrib
Affects Versions: 1.2.1
Reporter: yangfang






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-12651) PTest backup additional tez logs

2015-12-10 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-12651:
-

 Summary: PTest backup additional tez logs
 Key: HIVE-12651
 URL: https://issues.apache.org/jira/browse/HIVE-12651
 Project: Hive
  Issue Type: Improvement
Reporter: Siddharth Seth
Assignee: Siddharth Seth


Follow up from HIVE-12621. 
Additional files for Tez: stdout*, stderr* as well, and dag_*. , while ensuring 
a reasonable file size.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)