Changes for Build #1312
[cws] HIVE-2856. Fix TestCliDriver escape1.q failure on MR2 (Zhenxiao Luo via 
cws)


Changes for Build #1313
[cws] HIVE-2815 [jira] Filter pushdown in hbase for keys stored in binary format
(Ashutosh Chauhan via Carl Steinbach)

Summary:
Further support for pushdown on keys stored in binary format

This patch enables filter pushdown for keys stored in binary format in hbase

Test Plan: Included a new test case.

Reviewers: JIRA, jsichi, njain, cwsteinbach

Reviewed By: cwsteinbach

Differential Revision: https://reviews.facebook.net/D1875

[cws] HIVE-2778 [jira] Fail on table sampling
(Navis Ryu via Carl Steinbach)

Summary:
HIVE-2778 fix NPE on table sampling

Trying table sampling on any non-empty table throws NPE. This does not occur by
test on mini-MR.  <div class="preformatted panel" style="border-width:
1px;"><div class="preformattedContent panelContent"> <pre>select count(*) from
emp tablesample (0.1 percent);      Total MapReduce jobs = 1 Launching Job 1 out
of 1 Number of reduce tasks determined at compile time: 1 In order to change the
average load for a reducer (in bytes):   set
hive.exec.reducers.bytes.per.reducer=<number> In order to limit the maximum
number of reducers:   set hive.exec.reducers.max=<number> In order to set a
constant number of reducers:   set mapred.reduce.tasks=<number>
java.lang.NullPointerException  at
org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.sampleSplits(CombineHiveInputFormat.java:450)
        at
org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getSplits(CombineHiveInputFormat.java:403)
        at 
org.apache.hadoop.mapred.JobClient.writeOldSplits(JobClient.java:971)        at
org.apache.hadoop.mapred.JobClient.writeSplits(JobClient.java:963)      at
org.apache.hadoop.mapred.JobClient.access$500(JobClient.java:170)       at
org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:880)    at
org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:833)    at
java.security.AccessController.doPrivileged(Native Method)      at
javax.security.auth.Subject.doAs(Subject.java:396)      at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1127)
        at 
org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:833)     at
org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:807)        at
org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:432)  at
org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)  at
org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:134)  at
org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)     
at
org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)   at
org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)      at
org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)   at
org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:255)        
at
org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:212)     at
org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:403)    at
org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:671)    at
org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:554)   at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)     at
org.apache.hadoop.util.RunJar.main(RunJar.java:186) Job Submission failed with
exception 'java.lang.NullPointerException(null)' FAILED: Execution Error, return
code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask  </pre> </div></div>

Test Plan: EMPTY

Reviewers: JIRA, cwsteinbach

Reviewed By: cwsteinbach

Differential Revision: https://reviews.facebook.net/D1593


Changes for Build #1314
[hashutosh] HIVE-2835: Change default configuration for 
hive.exec.dynamic.partition (Owen Omalley via hashutosh)

[namit] HIVE-2872 Store which configs the user has explicitly changed
(Kevin Wilfng via namit)


Changes for Build #1315
[hashutosh] HIVE-2503: HiveServer should provide per session configuration 
(navis via hashutosh)


Changes for Build #1316
[hashutosh] HIVE-2831 [jira] Mask FsShell output in QTestUtil
(Carl Steinbach via Ashutosh Chauhan)

Summary: HIVE-2831. Mask FsShell output in QTestUtil

Test Plan: EMPTY

Reviewers: JIRA, edwardcapriolo, ashutoshc

Reviewed By: ashutoshc

Differential Revision: https://reviews.facebook.net/D2049

[hashutosh] HIVE-2850 [jira] Remove zero length files
(Owen O'Malley via Ashutosh Chauhan)

Summary:
<<Enter Revision Title>>

Remove empty files

There are also zero-length non-source files that need to be removed.

Test Plan: EMPTY

Reviewers: JIRA, ashutoshc

Reviewed By: ashutoshc

Differential Revision: https://reviews.facebook.net/D2163

[namit] HIVE-2871 Add a new hook to run at the beginning and end of the 
Driver.run method
(Kevin Wilfong via namit)


Changes for Build #1317
[hashutosh] HIVE-2865 : hive-config.sh should honor HIVE_HOME env (gkesvan via 
hashutosh)




All tests passed

The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1317)

Status: Fixed

Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1317/ to 
view the results.

Reply via email to