Error while installing Hive

2009-12-08 Thread Mr Raman Palikala
Hi,   I tried several times to install Hive on Ubuntu , but getting the intallation error while building. I downloaded the distribution (checked out) through SVN provided by Hadoop wiki. And tried with ant package command but the build was failing as it was unable to download packages from the

Build failed in Hudson: Hive-trunk-h0.17 #296

2009-12-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/296/ -- [...truncated 9631 lines...] [junit] OK [junit] Loading data to table src_thrift [junit] POSTHOOK: Output: defa...@src_thrift [junit] OK [junit] Loading data to table

Re: Connect to Hive from Windows via ODBC?

2009-12-08 Thread Carl Steinbach
Has anyone tried to getting the windows ODBC driver manager to recognize Hive's unixODBC ODBC driver? I was able to build unixODBC on cygwin following these directions ( http://embeddedtimes.wordpress.com/2009/05/10/installing-unixodbc-on-cygwin-windows-xp/), but it's unclear to me if it is

Re: Connect to Hive from Windows via ODBC?

2009-12-08 Thread John Sichi
If there's interest in going beyond ODBC to any calling environment where a PostgreSQL client is already supported, someone recently came up with this: http://code.google.com/p/pg2luciddb/ It is targeted at LucidDB, but it could be generalized into a pg2jdbc bridge for use with systems

[jira] Commented: (HIVE-29) Add functionality similar to SCOPE's virtual views to Hive

2009-12-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787695#action_12787695 ] John Sichi commented on HIVE-29: Updated link for the SCOPE paper since the one above expired:

[jira] Commented: (HIVE-935) support LATERAL VIEW

2009-12-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787746#action_12787746 ] Paul Yang commented on HIVE-935: Offline meeting - we will support both forms but with slight

Re: FW: Connect to Hive from Windows via ODBC?

2009-12-08 Thread Carl Steinbach
I did some digging and found this thread on the unixODBC support list: http://mailman.unixodbc.org/pipermail/unixodbc-support/2008-June/001779.html The important part comes at the end: If you are happy to code to the ODBC API (and there is no reason why not, thats what its for), then if you just

[jira] Assigned: (HIVE-964) handle skewed keys for a join in a separate job

2009-12-08 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang reassigned HIVE-964: - Assignee: He Yongqiang handle skewed keys for a join in a separate job

[jira] Created: (HIVE-974) Cluster is a reserved work in hive so things like sqoop fail

2009-12-08 Thread Alex Newman (JIRA)
Cluster is a reserved work in hive so things like sqoop fail Key: HIVE-974 URL: https://issues.apache.org/jira/browse/HIVE-974 Project: Hadoop Hive Issue Type: Bug

[jira] Commented: (HIVE-974) Cluster is a reserved work in hive so things like sqoop fail

2009-12-08 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787762#action_12787762 ] Ning Zhang commented on HIVE-974: - You can use back quote to escape Hive keywords. select

[jira] Created: (HIVE-975) Hive ODBC driver for Windows

2009-12-08 Thread Carl Steinbach (JIRA)
Hive ODBC driver for Windows Key: HIVE-975 URL: https://issues.apache.org/jira/browse/HIVE-975 Project: Hadoop Hive Issue Type: New Feature Components: Clients Environment: Windows

Re: FW: Connect to Hive from Windows via ODBC?

2009-12-08 Thread Carl Steinbach
I filed a JIRA for this issue: http://issues.apache.org/jira/browse/HIVE-975 On Tue, Dec 8, 2009 at 1:28 PM, Carl Steinbach c...@cloudera.com wrote: I did some digging and found this thread on the unixODBC support list:

Re: FW: Connect to Hive from Windows via ODBC?

2009-12-08 Thread ben.cot...@lehman.com
[...] we should file a new ticket for a windows compatible Hive ODBC driver. Indeed! Hive's appeal is that it provides an SQL-familiar view of Hadoop data operators and operands. Familair desktop tools for interacting w/ these data views (Excel, Acess, SqlDbx, etc.) cannot yet treat

[jira] Updated: (HIVE-973) nested types not supported in custom scripts

2009-12-08 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-973: Attachment: hive.973.2.patch nested types not supported in custom scripts

[jira] Updated: (HIVE-968) map join may lead to very large files

2009-12-08 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-968: Attachment: HIVE-968_3.patch Attaching a new version HIVE-968_3.patch. Changes from the last version: 1)

Re: Error while installing Hive

2009-12-08 Thread Amr Awadallah
did you try the Cloudera Debian packages? see: http://archive.cloudera.com/docs/_installing_hive.html apt-get -y install hive should do the trick (once you configured repo properly): http://archive.cloudera.com/docs/_apt.html -- amr On 12/8/2009 4:13 AM, Mr Raman Palikala wrote: Hi, I