Hi Folks ,
i m facing a problem like i have a table a(k1 int ,k2 int ,k3 int );
and data present is like
*9,*1,*3
3,4,5
12,32,54
*9,12,32
12,*9,21
i need row which doesn't have *9 in any fields.
i wrote a query
1: select k1,k2,k3 from a where (k1<>'\*9' or k2<>'\*9' or k3<>'\*9');
2: selec
Changes for Build #1280
Changes for Build #1281
Changes for Build #1282
Changes for Build #1283
Changes for Build #1284
[namit] HIVE-2825 Concatenating a partition does not inherit location from table
(Kevin Wilfong via namit)
Changes for Build #1285
Changes for Build #1286
Changes for Buil
[
https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222306#comment-13222306
]
Hudson commented on HIVE-2716:
--
Integrated in Hive-trunk-h0.21 #1290 (See
[https://builds.apa
[
https://issues.apache.org/jira/browse/HIVE-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222307#comment-13222307
]
Hudson commented on HIVE-2833:
--
Integrated in Hive-trunk-h0.21 #1290 (See
[https://builds.apa
Hi,
Your table specifies 3 ints, however, some of your rows contain strings. If you
specify you table as strings and then later parse the fields to an int (by
doing some replacements and casting it to an int), it should work.
// Wouter
On Monday, March 5, 2012 at 12:55 PM, hadoop hive wrote:
I am new to HIVE, so forgive me if this is a stupid question :)
The plan is to build HIVE using IBM JAVA 6, however during the final steps
of the build we get below errors, please help:
Note: we use command "ant clean package" .. also hbase;0.89.0-SNAPSHOT
.jar and hbase;0.89.0-SNAPSHOT-test.jar
I am sure you are going to love hearing this since you are from IBM,
but there have been a few outstanding issues with Hive and the IBM
jvm.
I just searched to find one as an example.
https://issues.apache.org/jira/browse/HIVE-1686
I am not sure how many users in the wild are running Hive with th
I undertsand but IBM JVM is the only JVM that works on POWER..It looks
like it compiles fine but
it has something to do with packaging.. For some reasons, hbaseXXX jar
files don't get copied to hive-0.8.1/src/build/ivy/lib/default..
From: Edward Capriolo
To: dev@hive.apache.org
Date:
[
https://issues.apache.org/jira/browse/HIVE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222482#comment-13222482
]
Kevin Wilfong commented on HIVE-2836:
-
@Aniket
Thanks for pointing that out.
[
https://issues.apache.org/jira/browse/HIVE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Wilfong resolved HIVE-2836.
-
Resolution: Not A Problem
> CREATE TABLE LIKE does not copy table type
> -
[
https://issues.apache.org/jira/browse/HIVE-2810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222500#comment-13222500
]
Phabricator commented on HIVE-2810:
---
cwsteinbach has accepted the revision "HIVE-2810 [ji
[
https://issues.apache.org/jira/browse/HIVE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222511#comment-13222511
]
Phabricator commented on HIVE-2771:
---
cwsteinbach has accepted the revision "HIVE-2771 [ji
Changes for Build #212
Changes for Build #213
All tests passed
The Apache Jenkins build system has built Hive-0.8.1-SNAPSHOT-h0.21 (build #213)
Status: Fixed
Check console output at
https://builds.apache.org/job/Hive-0.8.1-SNAPSHOT-h0.21/213/ to view the
results.
[
https://issues.apache.org/jira/browse/HIVE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2834:
--
Attachment: HIVE-2834.D2109.1.patch
cwsteinbach requested code review of "HIVE-2834 [jira] Diff masking
[
https://issues.apache.org/jira/browse/HIVE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222760#comment-13222760
]
Ashutosh Chauhan commented on HIVE-2838:
@Namit,
Can you briefly explain why there
[
https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Bayer updated HIVE-2646:
---
Status: Patch Available (was: Open)
> Hive Ivy dependencies on Hadoop should depend on jars direc
[
https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Bayer updated HIVE-2646:
---
Attachment: HIVE-2646.diff.txt
This should apply cleanly to trunk, and I think it also encompasses the
[
https://issues.apache.org/jira/browse/HIVE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley reassigned HIVE-2711:
---
Assignee: Owen O'Malley
> Make the header of RCFile unique
> -
[
https://issues.apache.org/jira/browse/HIVE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2711:
--
Attachment: HIVE-2711.D2115.1.patch
omalley requested code review of "HIVE-2711 [jira] Make the header o
[
https://issues.apache.org/jira/browse/HIVE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2428:
--
Attachment: HIVE-2428.D2121.1.patch
kevinwilfong requested code review of "HIVE-2428 [jira] ADD ARCHIVE
[
https://issues.apache.org/jira/browse/HIVE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Wilfong updated HIVE-2428:
Attachment: add_archive_local.zip
> ADD ARCHIVE has no effect when query runs in local mode
> --
[
https://issues.apache.org/jira/browse/HIVE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Wilfong updated HIVE-2428:
Status: Patch Available (was: Open)
> ADD ARCHIVE has no effect when query runs in local mode
>
[
https://issues.apache.org/jira/browse/HIVE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222852#comment-13222852
]
Phabricator commented on HIVE-2428:
---
kevinwilfong has commented on the revision "HIVE-242
[
https://issues.apache.org/jira/browse/HIVE-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222862#comment-13222862
]
Enis Soztutar commented on HIVE-2764:
-
We had some discussion with Ashutosh about how t
[
https://issues.apache.org/jira/browse/HIVE-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HIVE-2764:
Attachment: HIVE-2764_v0.patch
Attaching a patch for demonstration of yet another approach of adding
INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23
-
Key: HIVE-2840
URL: https://issues.apache.org/jira/browse/HIVE-2840
Project: Hive
Issue Type:
[
https://issues.apache.org/jira/browse/HIVE-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222983#comment-13222983
]
Carl Steinbach commented on HIVE-2840:
--
On 0.20.1 the values generated by the INPUT__F
[
https://issues.apache.org/jira/browse/HIVE-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-2840:
--
Attachment: HIVE-2840.D2127.1.patch
cwsteinbach requested code review of "HIVE-2840 [jira] INPUT__FILE__
[
https://issues.apache.org/jira/browse/HIVE-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222994#comment-13222994
]
Francis Liu commented on HIVE-2764:
---
Having making getCredentials() exposed as a TableDes
29 matches
Mail list logo