[jira] [Created] (HIVE-3339) Change the rules in SemanticAnalyzer to use Operator.getName() instead of hardcoded names

2012-08-06 Thread Namit Jain (JIRA)
Namit Jain created HIVE-3339: Summary: Change the rules in SemanticAnalyzer to use Operator.getName() instead of hardcoded names Key: HIVE-3339 URL: https://issues.apache.org/jira/browse/HIVE-3339 Project

Re: Custom UserDefinedFunction in Hive

2012-08-06 Thread Raihan Jamal
I tested that function using main and by printing it out and it works fine. As I am trying to get the Yesterday's date. I need my query to be like this as today's date is Aug 6th, so query should be for Aug 5th. And this works fine for me. *SELECT * FROM REALTIME where dt= '20120805' LIMIT 10;*

[jira] [Updated] (HIVE-3268) expressions in cluster by are not working

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3268: - Attachment: hive.3268.2.patch > expressions in cluster by are not working > --

[jira] [Updated] (HIVE-3268) expressions in cluster by are not working

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3268: - Status: Patch Available (was: Open) comments addressed, latest patch attached > expressi

Re: Custom UserDefinedFunction in Hive

2012-08-06 Thread Jan Dolinár
Hi Jamal, Check if the function really returns what it should and that your data are really in MMdd format. You can do this by simple query like this: SELECT dt, yesterdaydate('MMdd') FROM REALTIME LIMIT 1; I don't see anything wrong with the function itself, it works well for me (althou

Hive-trunk-h0.21 - Build # 1595 - Fixed

2012-08-06 Thread Apache Jenkins Server
Changes for Build #1593 Changes for Build #1594 Changes for Build #1595 [hashutosh] HIVE-3327 :Remove the Unix specific absolute path of Cat utility in several .q files to make them run on Windows with CygWin in path. (Kanna Karanam via Ashutosh Chauhan) [kevinwilfong] HIVE-3304. sort merge jo

[jira] [Commented] (HIVE-3304) sort merge join should work if both the tables are sorted in descending order

2012-08-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429932#comment-13429932 ] Hudson commented on HIVE-3304: -- Integrated in Hive-trunk-h0.21 #1595 (See [https://builds.apa

[jira] [Commented] (HIVE-3327) Remove the Unix specific absolute path of “Cat” utility in several .q files to make them run on Windows with CygWin in path.

2012-08-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429933#comment-13429933 ] Hudson commented on HIVE-3327: -- Integrated in Hive-trunk-h0.21 #1595 (See [https://builds.apa

[jira] [Updated] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3293: - Status: Patch Available (was: Open) > Load file into a table does not update table statistics > -

[jira] [Updated] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3293: - Attachment: hive.3293.2.patch Latest patch attached > Load file into a table does not upd

[jira] [Commented] (HIVE-2804) Task log retrieval fails on Hadoop 0.23

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429671#comment-13429671 ] Carl Steinbach commented on HIVE-2804: -- +1. Will commit if tests pass.

[jira] [Updated] (HIVE-3315) Propagate filers on inner join condition transitively

2012-08-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3315: Attachment: HIVE-3315.1.patch.txt > Propagate filers on inner join condition transitively > ---

[jira] [Updated] (HIVE-2804) Task log retrieval fails on Hadoop 0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2804: --- Status: Patch Available (was: Open) > Task log retrieval fails on Hadoop 0.23 > -

[jira] [Updated] (HIVE-2804) Task log retrieval fails on Hadoop 0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2804: --- Attachment: HIVE-2804.9.patch.txt > Task log retrieval fails on Hadoop 0.23 >

[jira] [Commented] (HIVE-2804) Task log retrieval fails on Hadoop 0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429657#comment-13429657 ] Zhenxiao Luo commented on HIVE-2804: Updated patch submitted for review at: https://rev

Custom UserDefinedFunction in Hive

2012-08-06 Thread Raihan Jamal
*Problem* I created the below UserDefinedFunction to get the yesterday's day in the format I wanted as I will be passing the format into this below method from the query. *public final class YesterdayDate extends UDF {* * * *public String evaluate(final String format) { * *

[jira] [Commented] (HIVE-3216) DateDiff UDF overload with a unit parameter

2012-08-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429633#comment-13429633 ] Ashutosh Chauhan commented on HIVE-3216: [~shefaliv] I left some review comments on

Re: Review Request: This function overloads the current DateDiff(expr1, expr2) by adding another parameter to specify the units.

2012-08-06 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6027/#review9924 --- trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFDateDiff.java

[jira] [Updated] (HIVE-3242) Fix cascade_dbdrop.q when building hive on hadoop0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3242: --- Status: Patch Available (was: Open) > Fix cascade_dbdrop.q when building hive on hadoop0.23 > ---

[jira] [Updated] (HIVE-3242) Fix cascade_dbdrop.q when building hive on hadoop0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3242: --- Attachment: HIVE-3242.7.patch.txt > Fix cascade_dbdrop.q when building hive on hadoop0.23 > --

[jira] [Updated] (HIVE-3242) Fix cascade_dbdrop.q when building hive on hadoop0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3242: --- Status: Open (was: Patch Available) > Fix cascade_dbdrop.q when building hive on hadoop0.23 > ---

[jira] [Commented] (HIVE-3242) Fix cascade_dbdrop.q when building hive on hadoop0.23

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429624#comment-13429624 ] Zhenxiao Luo commented on HIVE-3242: @Ashutosh and Carl: Get it. Thanks for your commen

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-06 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-5.patch Added a .q.out file to the party, still figuring out the build pricess her

[jira] [Updated] (HIVE-3240) Fix non-deterministic results in newline.q and timestamp_lazy.q

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3240: --- Status: Patch Available (was: Open) > Fix non-deterministic results in newline.q and timestamp_la

[jira] [Commented] (HIVE-3240) Fix non-deterministic results in newline.q and timestamp_lazy.q

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429616#comment-13429616 ] Zhenxiao Luo commented on HIVE-3240: Patch rebased, Review request submitted at: https:

[jira] [Updated] (HIVE-3240) Fix non-deterministic results in newline.q and timestamp_lazy.q

2012-08-06 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-3240: --- Attachment: HIVE-3240.2.patch.txt > Fix non-deterministic results in newline.q and timestamp_lazy.

[jira] [Updated] (HIVE-1173) Partition pruner cancels pruning if non-deterministic function present in filtering expression only in joins is present in query

2012-08-06 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-1173: Affects Version/s: 0.10.0 Status: Open (was: Patch Available) > Partition pruner cancels pruning

[jira] [Updated] (HIVE-2804) Task log retrieval fails on Hadoop 0.23

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2804: - Status: Open (was: Patch Available) @Zhenxiao: Patch needs to be rebased against trunk. Thanks.

[jira] [Assigned] (HIVE-3216) DateDiff UDF overload with a unit parameter

2012-08-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan reassigned HIVE-3216: -- Assignee: Shefali Vohra > DateDiff UDF overload with a unit parameter >

[jira] [Updated] (HIVE-3233) Error in semantic analysis:Invalid Table Alias

2012-08-06 Thread Raihan Jamal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raihan Jamal updated HIVE-3233: --- Priority: Major (was: Minor) > Error in semantic analysis:Invalid Table Alias > -

[jira] [Commented] (HIVE-2789) query_properties.q contains non-deterministic queries

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429551#comment-13429551 ] Carl Steinbach commented on HIVE-2789: -- +1. Will commit if tests pass.

[jira] [Updated] (HIVE-2789) query_properties.q contains non-deterministic queries

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2789: - Summary: query_properties.q contains non-deterministic queries (was: When integrating into MapRed

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

2012-08-06 Thread Apache Jenkins Server
Changes for Build #1593 Changes for Build #1594 1 tests failed. REGRESSION: org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_union27 Error Message: Timeout occurred. Please note the time in the report does not reflect the time until the timeout. Stack Trace: junit.framework.AssertionF

Re: Possible patch to fix column comments with non-native SerDe

2012-08-06 Thread Stephen Scaffid
Thanks! I'll see how it goes! (better yet, this could be what it takes to convince the team to upgrade!) On Aug 6, 2012, at 6:47 PM, Jakob Homan wrote: > This was fixed in Hive 8 (https://issues.apache.org/jira/browse/HIVE-2171). > Can you just apply that patch? > > On Mon, Aug 6, 2012 at 2:1

[jira] [Commented] (HIVE-3242) Fix cascade_dbdrop.q when building hive on hadoop0.23

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429539#comment-13429539 ] Carl Steinbach commented on HIVE-3242: -- @Zhenxiao: Yes, your understanding is correct,

[jira] [Updated] (HIVE-3240) Fix non-deterministic results in newline.q and timestamp_lazy.q

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3240: - Status: Open (was: Patch Available) @Zhenxiao: This needs a rebase after HIVE-3327. Please update

Re: Possible patch to fix column comments with non-native SerDe

2012-08-06 Thread Jakob Homan
This was fixed in Hive 8 (https://issues.apache.org/jira/browse/HIVE-2171). Can you just apply that patch? On Mon, Aug 6, 2012 at 2:15 PM, Stephen R. Scaffidi < sscaff...@tripadvisor.com> wrote: > My team and I have been trying, with limited success, to use the COMMENT > feature of hive columns

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429477#comment-13429477 ] Carl Steinbach commented on HIVE-3337: -- @Bhushan: Please see my comments on phabricato

[jira] [Updated] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3337: - Component/s: Configuration > Create Table Like should copy configured Table Parameters > -

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429450#comment-13429450 ] Bhushan Mandhani commented on HIVE-3337: Diff is at https://reviews.facebook.net/D

Possible patch to fix column comments with non-native SerDe

2012-08-06 Thread Stephen R. Scaffidi
My team and I have been trying, with limited success, to use the COMMENT feature of hive columns to maintain documentation for the tables and columns in our data-warehouse built on hive. However, we use a number of custom and non-native SerDes, and what happens to those tables is that the comme

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429438#comment-13429438 ] Bhushan Mandhani commented on HIVE-3337: We have other parameters related to anonym

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429433#comment-13429433 ] Carl Steinbach commented on HIVE-3337: -- bq. totalSize, numRows, last_modified_by, etc.

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429425#comment-13429425 ] Bhushan Mandhani commented on HIVE-3337: totalSize, numRows, last_modified_by, etc.

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429415#comment-13429415 ] Carl Steinbach commented on HIVE-3337: -- @Bhushan: Can you give me an example of a para

[jira] [Commented] (HIVE-3268) expressions in cluster by are not working

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429413#comment-13429413 ] Carl Steinbach commented on HIVE-3268: -- @Namit: I added comments on phabricator. Thank

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429405#comment-13429405 ] Bhushan Mandhani commented on HIVE-3337: Because users might want to just copy the

[jira] [Updated] (HIVE-3268) expressions in cluster by are not working

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3268: - Status: Open (was: Patch Available) Please attach the latest version of this patch to the ticket.

[jira] [Updated] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3293: - Status: Open (was: Patch Available) Please attach the most recent version of the patch to this ti

[jira] [Commented] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429383#comment-13429383 ] Carl Steinbach commented on HIVE-3337: -- Why do you need a configuration property? Why

Question regarding test query archive.q

2012-08-06 Thread Vikram Dixit K
Hi, The query test - archive.q that creates and uses hadoop archives was broken for hadoop 1.0. I have made the changes appropriately in the shims. https://issues.apache.org/jira/browse/HIVE-3338 There is one issue however: For archive.q test, in case of hadoop 20, the golden results seem to exp

[jira] [Updated] (HIVE-3299) UDF DAYNAME(date) to HIVE

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3299: - Fix Version/s: (was: 0.10.0) Status: Open (was: Patch Available) @Namitha: Thanks

[jira] [Assigned] (HIVE-3299) UDF DAYNAME(date) to HIVE

2012-08-06 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach reassigned HIVE-3299: Assignee: Namitha Babychan (was: Carl Steinbach) > UDF DAYNAME(date) to HIVE > --

[jira] [Commented] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429348#comment-13429348 ] Vikram Dixit K commented on HIVE-3338: -- There is one issue that is not resolved. For t

[jira] [Updated] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-3338: - Status: Patch Available (was: Open) > Archives broken for hadoop 1.0 > --

[jira] [Updated] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-3338: - Attachment: HIVE-3338.patch > Archives broken for hadoop 1.0 > --

[jira] [Created] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-06 Thread Vikram Dixit K (JIRA)
Vikram Dixit K created HIVE-3338: Summary: Archives broken for hadoop 1.0 Key: HIVE-3338 URL: https://issues.apache.org/jira/browse/HIVE-3338 Project: Hive Issue Type: Bug Component

[jira] [Commented] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-06 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429346#comment-13429346 ] Vikram Dixit K commented on HIVE-3338: -- https://issues.apache.org/jira/browse/HIVE-302

[jira] [Updated] (HIVE-3327) Remove the Unix specific absolute path of “Cat” utility in several .q files to make them run on Windows with CygWin in path.

2012-08-06 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-3327: --- Resolution: Fixed Fix Version/s: (was: 0.9.1) Status: Resolved (was: Pat

[jira] [Created] (HIVE-3337) Create Table Like should copy configured Table Parameters

2012-08-06 Thread Bhushan Mandhani (JIRA)
Bhushan Mandhani created HIVE-3337: -- Summary: Create Table Like should copy configured Table Parameters Key: HIVE-3337 URL: https://issues.apache.org/jira/browse/HIVE-3337 Project: Hive Issu

[jira] [Commented] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429283#comment-13429283 ] Kevin Wilfong commented on HIVE-3293: - Thanks Namit. +1 > Load file i

[jira] [Updated] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3293: - Status: Patch Available (was: Open) > Load file into a table does not update table statistics > -

[jira] [Commented] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429280#comment-13429280 ] Namit Jain commented on HIVE-3293: -- that was when i was testing on my mac - addressed.

[jira] [Commented] (HIVE-3268) expressions in cluster by are not working

2012-08-06 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429267#comment-13429267 ] Kevin Wilfong commented on HIVE-3268: - +1 > expressions in cluster by

[jira] [Commented] (HIVE-3293) Load file into a table does not update table statistics

2012-08-06 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429265#comment-13429265 ] Kevin Wilfong commented on HIVE-3293: - One comment on the diff, otherwise looks good.

[jira] [Updated] (HIVE-3304) sort merge join should work if both the tables are sorted in descending order

2012-08-06 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-3304: Resolution: Fixed Fix Version/s: 0.10.0 Status: Resolved (was: Patch Available) C

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-06 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-4.patch Managed to miss the inclusion of one of the test files, should be a comple

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #98

2012-08-06 Thread Apache Jenkins Server
See -- [...truncated 5313 lines...] [mkdir] Created dir: [mkdir] Cr

[jira] [Assigned] (HIVE-3336) [Hive-Hbase Integration]:Data is not inserted into the hbase table from the hive table if the value is null even if the row key is not null

2012-08-06 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-3336: -- Assignee: Chinna Rao Lalam > [Hive-Hbase Integration]:Data is not inserted into the

[jira] [Created] (HIVE-3336) [Hive-Hbase Integration]:Data is not inserted into the hbase table from the hive table if the value is null even if the row key is not null

2012-08-06 Thread Kristam Subba Swathi (JIRA)
Kristam Subba Swathi created HIVE-3336: -- Summary: [Hive-Hbase Integration]:Data is not inserted into the hbase table from the hive table if the value is null even if the row key is not null Key: HIVE-3336 UR

Re: Variable Substitution in Hive 0.6?

2012-08-06 Thread Lars Francke
> Does anyone is aware of Hive variable substitution works in Hive 0.6 or not? If you mean this https://issues.apache.org/jira/browse/HIVE-1096 then no, it's been implemented in Hive 0.7 Cheers, Lars