[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-06 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181220#comment-13181220
 ] 

Phabricator commented on HIVE-2629:
---

amareshwarisr has commented on the revision HIVE-2629 [jira] Make a single 
Hive binary work with both 0.20.x and 0.23.0.

  I realize that it is not possible to keep all the files in common itself. The 
 suggestion is to rename commonSecure to common-secure, as the former name does 
not fit into the directory name style.

  Also, I could not run 'ant package' after applying the patch, as it was 
failing with Out of memory issues.

INLINE COMMENTS
  shims/build.xml:62 Earlier shim builds exclude Proxy*.java files and include 
them separately in compile. Not sure why it is done so. But this patch removes 
the functionality. When I dig through svn history, it is done by HIVE-1408 to 
make hive automatically run in local mode. Not sure if it is still required. 
anyone aware this?

REVISION DETAIL
  https://reviews.facebook.net/D711


 Make a single Hive binary work with both 0.20.x and 0.23.0
 --

 Key: HIVE-2629
 URL: https://issues.apache.org/jira/browse/HIVE-2629
 Project: Hive
  Issue Type: Bug
  Components: Shims
Reporter: Carl Steinbach
Assignee: Thomas Weise
 Fix For: 0.9.0

 Attachments: HIVE-2629.D711.1.patch, HIVE-2629.D711.2.patch, 
 HIVE-2629.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Error in running hive query

2012-01-06 Thread Bhavesh Shah
Hello,

hive FROM (
 FROM subset
 MAP subset.patient_mrn, subset.encounter_date
 USING 'q1.txt'
 AS mp1, mp2
 CLUSTER BY mp1) map_output
 INSERT OVERWRITE TABLE t3
 REDUCE map_output.mp1
 USING 'retrieve'
 AS reducef1;
Total MapReduce jobs = 1
Launching Job 1 out of 1
Number of reduce tasks not specified. Estimated from input data size: 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
Starting Job = job_201112281627_0100, Tracking URL =
http://localhost:50030/jobdetails.jsp?jobid=job_201112281627_0100
Kill Command = /home/hadoop/hadoop-0.20.2-cdh3u2//bin/hadoop job
-Dmapred.job.tracker=localhost:54311 -kill job_201112281627_0100
2011-12-31 04:34:52,208 Stage-1 map = 0%,  reduce = 0%
2011-12-31 04:35:52,939 Stage-1 map = 0%,  reduce = 0%
2011-12-31 04:36:34,097 Stage-1 map = 100%,  reduce = 100%
Ended Job = job_201112281627_0100 with errors
FAILED: Execution Error, return code 2 from
org.apache.hadoop.hive.ql.exec.MapRedTask
hive

In 'q1.txt' I have written query in Hive which returns 2 columns
and
In 'retrieve' I have wriiten a java code which takes 2 input and display
the 1 column

Is there any mistake in query.


Pls suggest me some solution.


-- 
Regards,
Bhavesh Shah


How to Unsubscribe

2012-01-06 Thread Walker, Travis
Hey Folks,

Sorry for the interruption.  I have sent unsubscribe emails to every hive list 
I can find and these mails keep coming.  How do I get off of this list?

Thanks,
Travis


Re: Error in running hive query

2012-01-06 Thread Aniket Mokashi
[moving to user@hive]

Can you send us the details from task logs?

Thanks,
Aniket

On Fri, Jan 6, 2012 at 2:53 AM, Bhavesh Shah bhavesh25s...@gmail.comwrote:

 Hello,

 hive FROM (
 FROM subset
 MAP subset.patient_mrn, subset.encounter_date
 USING 'q1.txt'
 AS mp1, mp2
 CLUSTER BY mp1) map_output
 INSERT OVERWRITE TABLE t3
 REDUCE map_output.mp1
 USING 'retrieve'
 AS reducef1;
 Total MapReduce jobs = 1
 Launching Job 1 out of 1
 Number of reduce tasks not specified. Estimated from input data size: 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
 Starting Job = job_201112281627_0100, Tracking URL =
 http://localhost:50030/jobdetails.jsp?jobid=job_201112281627_0100
 Kill Command = /home/hadoop/hadoop-0.20.2-cdh3u2//bin/hadoop job
 -Dmapred.job.tracker=localhost:54311 -kill job_201112281627_0100
 2011-12-31 04:34:52,208 Stage-1 map = 0%,  reduce = 0%
 2011-12-31 04:35:52,939 Stage-1 map = 0%,  reduce = 0%
 2011-12-31 04:36:34,097 Stage-1 map = 100%,  reduce = 100%
 Ended Job = job_201112281627_0100 with errors
 FAILED: Execution Error, return code 2 from
 org.apache.hadoop.hive.ql.exec.MapRedTask
 hive

 In 'q1.txt' I have written query in Hive which returns 2 columns
 and
 In 'retrieve' I have wriiten a java code which takes 2 input and display
 the 1 column

 Is there any mistake in query.


 Pls suggest me some solution.


 --
 Regards,
 Bhavesh Shah




-- 
...:::Aniket:::... Quetzalco@tl


[jira] [Commented] (HIVE-556) let hive support theta join

2012-01-06 Thread Alex Newman (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181492#comment-13181492
 ] 

Alex Newman commented on HIVE-556:
--

Any updates here?

 let hive support theta join
 ---

 Key: HIVE-556
 URL: https://issues.apache.org/jira/browse/HIVE-556
 Project: Hive
  Issue Type: New Feature
Affects Versions: 0.4.0
Reporter: Min Zhou

 Right now , hive only support equal joins .  Sometimes it's not enough, we 
 must consider implementing theta joins like
 {code:sql}
 SELECT
   a.subid, a.id, t.url
 FROM
   tbl t JOIN aux_tbl a ON t.url rlike a.url_pattern
 WHERE
   t.dt='20090609'
   AND a.dt='20090609';
 {code}
 any condition expression following 'ON' is  appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hive-trunk-h0.21 - Build # 1186 - Still Failing

2012-01-06 Thread Apache Jenkins Server
Changes for Build #1150
[jvs] HIVE-2657 [jira] builtins JAR is not being published to Maven repo  
hive-cli
POM does not depend on it either
(Carl Steinbach via John Sichi)

Summary: Make hive-cli and hive-ql depend on hive-builtins

Test Plan: EMPTY

Reviewers: JIRA, jsichi

Reviewed By: jsichi

CC: jsichi

Differential Revision: 897

[namit] HIVE-2654 hive.querylog.location requires parent directory to be 
exist or
  else folder creation fails (Chinna Rao Lalam via namit)


Changes for Build #1151
[hashutosh] HIVE-1892 : show functions also returns internal operators 
(Priyadarshini via Ashutosh Chauhan)


Changes for Build #1152

Changes for Build #1153
[namit] HIVE-2660 Need better exception handling in RCFile tolerate corruptions
mode (Ramkumar Vadali via namit)


Changes for Build #1154
[cws] HIVE-2631. Make Hive work with Hadoop 1.0.0 (Ashutosh Chauhan via cws)


Changes for Build #1155
[cws] HIVE-BUILD. Update RELEASE_NOTES.txt with 0.8.0 release information (cws)


Changes for Build #1156

Changes for Build #1157

Changes for Build #1158
[namit] HIVE-2602 add support for insert partition overwrite(...) if not
  exists (Chinna Rao Lalam via namit)


Changes for Build #1159

Changes for Build #1160
[cws] HIVE-2005. Implement BETWEEN operator (Navis via cws)


Changes for Build #1161
[jvs] HIVE-2433. add DOAP file for Hive


Changes for Build #1162

Changes for Build #1163

Changes for Build #1164
[heyongqiang] HIVE-2666 [jira] StackOverflowError when using custom UDF in map 
join
(Kevin Wilfong via Yongqiang He)

Summary:
Resource files are now added to the class path as soon as they are added via the
CLI.  This fixes the stack overflow error mentioned in the JIRA by ensuring a
consistent class loader between serializers and deserializers for the same
query.

Note that now serdes which contain a static block to register themselves are now
registered twice, once when adding the file to the class loader, and once when
an instance of the class is created.  Previously, registering a serde twice
resulted in an exception, to avoid this, I have downgraded it to a warning.

When a custom UDF is used as part of a join which is converted to a map join,
the XMLEncoder enters an infinite loop when serializing the map reduce task for
the second time, as part of sending it to be executed.  This results in a stack
overflow error.

Test Plan:
I ran the unit tests to verify nothing was broken.

I ran several queries which used custom UDFs and involved a join which was
converted to a map join.  I verified these completed successfully consistently

Reviewers: JIRA, heyongqiang

Reviewed By: heyongqiang

CC: heyongqiang, kevinwilfong

Differential Revision: 957

[namit] HIVE-2642 fix Hive-2566 and make union optimization more aggressive
(Yongqiang He via namit)


Changes for Build #1166

Changes for Build #1167

Changes for Build #1168
[heyongqiang] HIVE-2600: Enable/Add type-specific compression for rcfile 
(Krishna Kumar via He Yongqiang)


Changes for Build #1169

Changes for Build #1170
[cws] HIVE-1877. Add java_method() as a synonym for the reflect() UDF (Zhenxiao 
Luo via cws)


Changes for Build #1171

Changes for Build #1172

Changes for Build #1173

Changes for Build #1174

Changes for Build #1175
[hashutosh] HIVE-2681 : SUCESS is misspelled (jonchang via Ashutosh Chauhan)


Changes for Build #1176
[hashutosh] HIVE-2616 : Passing user identity from metastore client to server 
in non-secure mode (Ashutosh Chauhan)


Changes for Build #1177

Changes for Build #1178

Changes for Build #1179

Changes for Build #1180

Changes for Build #1181

Changes for Build #1182
[heyongqiang] HIVE-2621:Allow multiple group bys with the same input data and 
spray keys to be run on the same reducer. (Kevin via He Yongqiang)


Changes for Build #1184
[namit] HIVE-2690 a bug in 'alter table concatenate' that causes filenames 
getting
double url encoded (He Yongqiang via namit)


Changes for Build #1185

Changes for Build #1186



2 tests failed.
FAILED:  
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_insert2_overwrite_partitions

Error Message:
Unexpected exception See build/ql/tmp/hive.log, or try ant test ... 
-Dtest.silent=false to get more logs.

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception
See build/ql/tmp/hive.log, or try ant test ... -Dtest.silent=false to get 
more logs.
at junit.framework.Assert.fail(Assert.java:50)
at 
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_insert2_overwrite_partitions(TestCliDriver.java:17165)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at 

[jira] [Updated] (HIVE-2691) Specify location of log4j configuration files via configuration properties

2012-01-06 Thread Phabricator (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2691:
--

Attachment: HIVE-2691.D1131.1.patch

zhenxiao requested code review of HIVE-2691 [jira] Specify location of log4j 
configuration files via configuration properties.
Reviewers: JIRA

  HIVE-2691: Specify location of log4j configuration files via configuration 
properties

  Oozie needs to be able to override the default location of the log4j 
configuration
  files from the Hive command line, e.g:

  hive -hiveconf hive.log4j.file=/home/carl/hive-log4j.properties -hiveconf 
hive.log4j.exec.file=/home/carl/hive-exec-log4j.properties

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1131

AFFECTED FILES
  cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
  common/src/java/org/apache/hadoop/hive/common/LogUtils.java
  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
  common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java
  common/src/test/resources/hive-exec-log4j-test.properties
  common/src/test/resources/hive-log4j-test.properties
  hwi/src/java/org/apache/hadoop/hive/hwi/HWISessionItem.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
  ql/src/test/org/apache/hadoop/hive/ql/history/TestHiveHistory.java
  service/src/java/org/apache/hadoop/hive/service/HiveServer.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/2391/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.


 Specify location of log4j configuration files via configuration properties
 --

 Key: HIVE-2691
 URL: https://issues.apache.org/jira/browse/HIVE-2691
 Project: Hive
  Issue Type: New Feature
  Components: Configuration, Logging
Reporter: Carl Steinbach
Assignee: Zhenxiao Luo
 Attachments: HIVE-2691.D1131.1.patch


 Oozie needs to be able to override the default location of the log4j 
 configuration
 files from the Hive command line, e.g:
 {noformat}
 hive -hiveconf hive.log4j.file=/home/carl/hive-log4j.properties -hiveconf 
 hive.log4j.exec.file=/home/carl/hive-exec-log4j.properties
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2691) Specify location of log4j configuration files via configuration properties

2012-01-06 Thread Zhenxiao Luo (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-2691:
---

Status: Patch Available  (was: Open)

 Specify location of log4j configuration files via configuration properties
 --

 Key: HIVE-2691
 URL: https://issues.apache.org/jira/browse/HIVE-2691
 Project: Hive
  Issue Type: New Feature
  Components: Configuration, Logging
Reporter: Carl Steinbach
Assignee: Zhenxiao Luo
 Attachments: HIVE-2691.D1131.1.patch


 Oozie needs to be able to override the default location of the log4j 
 configuration
 files from the Hive command line, e.g:
 {noformat}
 hive -hiveconf hive.log4j.file=/home/carl/hive-log4j.properties -hiveconf 
 hive.log4j.exec.file=/home/carl/hive-exec-log4j.properties
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-06 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181731#comment-13181731
 ] 

Phabricator commented on HIVE-2629:
---

thw has commented on the revision HIVE-2629 [jira] Make a single Hive binary 
work with both 0.20.x and 0.23.0.

  Updated patch will rename directory to common-secure


INLINE COMMENTS
  shims/build.xml:62 Looks like this was done to support pre 0.20?
  Since the classes have been moved to common in HIVE-2468 and they go into the 
shim jar anyways, there should be no need for this.

  
https://issues.apache.org/jira/browse/HIVE-1408?focusedCommentId=1267page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1267

  shims/build.xml:57 Done.
  build.properties:13-17 There will be one default Hadoop version per shim 
implementation and that is needed to build all shims (the desired default 
behavior). The user does not have to change these for the default build but has 
the flexibility to do so via command line override (for example when wanting to 
experiment with other Hadoop versions for existing shims).

  In addition, external builds like HCatalog can read the property file to 
reference the Hadoop location.
  build-common.xml:118-123 Results of ivy:retrieve are immutable and therefore 
the identifier has to be unique for the Hadoop version to compile against 
multiple versions in a single ant run.


REVISION DETAIL
  https://reviews.facebook.net/D711


 Make a single Hive binary work with both 0.20.x and 0.23.0
 --

 Key: HIVE-2629
 URL: https://issues.apache.org/jira/browse/HIVE-2629
 Project: Hive
  Issue Type: Bug
  Components: Shims
Reporter: Carl Steinbach
Assignee: Thomas Weise
 Fix For: 0.9.0

 Attachments: HIVE-2629.D711.1.patch, HIVE-2629.D711.2.patch, 
 HIVE-2629.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-06 Thread Phabricator (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2629:
--

Attachment: HIVE-2629.D711.3.patch

thw updated the revision HIVE-2629 [jira] Make a single Hive binary work with 
both 0.20.x and 0.23.0.
Reviewers: JIRA, cwsteinbach, ashutoshc

  Updated patch per Amareshwari's review.

REVISION DETAIL
  https://reviews.facebook.net/D711

AFFECTED FILES
  shims/ivy.xml
  
shims/src/0.20S/java/org/apache/hadoop/security/token/delegation/HiveDelegationTokenSupport.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/client/TUGIAssumingTransport.java
  shims/src/0.20S/java/org/apache/hadoop/hive/shims/Hadoop20SShims.java
  
shims/src/0.23/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector23.java
  
shims/src/0.23/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier23.java
  shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java
  shims/src/common/java/org/apache/hadoop/hive/shims/ShimLoader.java
  shims/src/common-secure
  shims/src/common-secure/java
  shims/src/common-secure/java/org
  shims/src/common-secure/java/org/apache
  shims/src/common-secure/java/org/apache/hadoop
  shims/src/common-secure/java/org/apache/hadoop/security
  shims/src/common-secure/java/org/apache/hadoop/security/token
  shims/src/common-secure/java/org/apache/hadoop/security/token/delegation
  
shims/src/common-secure/java/org/apache/hadoop/security/token/delegation/HiveDelegationTokenSupport.java
  shims/src/common-secure/java/org/apache/hadoop/hive
  shims/src/common-secure/java/org/apache/hadoop/hive/thrift
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java
  shims/src/common-secure/java/org/apache/hadoop/hive/thrift/client
  
shims/src/common-secure/java/org/apache/hadoop/hive/thrift/client/TUGIAssumingTransport.java
  shims/src/common-secure/java/org/apache/hadoop/hive/shims
  
shims/src/common-secure/java/org/apache/hadoop/hive/shims/HadoopShimsSecure.java
  shims/build.xml
  build.properties
  build-common.xml
  
shims/src/0.20S/java/org/apache/hadoop/security/token/delegation/HiveDelegationTokenSupport.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java@1228464
  
shims/src/0.20S/java/org/apache/hadoop/hive/thrift/client/TUGIAssumingTransport.java@1228464
  shims/src/0.20S/java/org/apache/hadoop/hive/shims/Hadoop20SShims.java@1228464


 Make a single Hive binary work with both 0.20.x and 0.23.0
 --

 Key: HIVE-2629
 URL: https://issues.apache.org/jira/browse/HIVE-2629
 Project: Hive
  Issue Type: Bug
  Components: Shims
Reporter: Carl Steinbach
Assignee: Thomas Weise
 Fix For: 0.9.0

 Attachments: HIVE-2629.D711.1.patch, HIVE-2629.D711.2.patch, 
 HIVE-2629.D711.3.patch, HIVE-2629.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: 

[jira] [Assigned] (HIVE-2695) Add PRINTF() Udf

2012-01-06 Thread Carl Steinbach (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach reassigned HIVE-2695:


Assignee: Zhenxiao Luo

 Add PRINTF() Udf
 

 Key: HIVE-2695
 URL: https://issues.apache.org/jira/browse/HIVE-2695
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: Carl Steinbach
Assignee: Zhenxiao Luo



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (HIVE-2694) Add FORMAT UDF

2012-01-06 Thread Carl Steinbach (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach reassigned HIVE-2694:


Assignee: Zhenxiao Luo

 Add FORMAT UDF
 --

 Key: HIVE-2694
 URL: https://issues.apache.org/jira/browse/HIVE-2694
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: Carl Steinbach
Assignee: Zhenxiao Luo



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-06 Thread Thomas Weise (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Weise updated HIVE-2629:
---

Attachment: HIVE-2629.3.patch

svn diff --show-copies-as-adds  HIVE-2629.3.patch

(Apply using svn patch (svn 1.7) to preserve svn add/delete)


 Make a single Hive binary work with both 0.20.x and 0.23.0
 --

 Key: HIVE-2629
 URL: https://issues.apache.org/jira/browse/HIVE-2629
 Project: Hive
  Issue Type: Bug
  Components: Shims
Reporter: Carl Steinbach
Assignee: Thomas Weise
 Fix For: 0.9.0

 Attachments: HIVE-2629.3.patch, HIVE-2629.D711.1.patch, 
 HIVE-2629.D711.2.patch, HIVE-2629.D711.3.patch, HIVE-2629.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-06 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181789#comment-13181789
 ] 

Phabricator commented on HIVE-2629:
---

thw has commented on the revision HIVE-2629 [jira] Make a single Hive binary 
work with both 0.20.x and 0.23.0.

  Run

ant clean package

  on 3 different machines with no out of memory issues. This is with ant 1.8.2


REVISION DETAIL
  https://reviews.facebook.net/D711


 Make a single Hive binary work with both 0.20.x and 0.23.0
 --

 Key: HIVE-2629
 URL: https://issues.apache.org/jira/browse/HIVE-2629
 Project: Hive
  Issue Type: Bug
  Components: Shims
Reporter: Carl Steinbach
Assignee: Thomas Weise
 Fix For: 0.9.0

 Attachments: HIVE-2629.3.patch, HIVE-2629.D711.1.patch, 
 HIVE-2629.D711.2.patch, HIVE-2629.D711.3.patch, HIVE-2629.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira