Re: Stored Procedure in Hive

2011-12-28 Thread Aniket Mokashi
Hi, Stored procedures usually have variety of applications. What exactly are you trying to achieve? Usually, people wrap their procedural logic in other programming languages (python, shell). You can also take a look at Hcatalog if you want MR-tools interop. ~Aniket On Wed, Dec 28, 2011 at 10:

Re: Stored Procedure in Hive

2011-12-28 Thread Bhavesh Shah
Hello, So what can we use in Hive instead of Stored Procedure? Is there any way? On Thu, Dec 29, 2011 at 9:33 AM, Carl Steinbach wrote: > Hi Bhavesh, > > Hive does not support stored procedures. > > On Wed, Dec 28, 2011 at 5:03 AM, Bhavesh Shah wrote: > >> Hello, >> I have configured Hive and I a

Re: Stored Procedure in Hive

2011-12-28 Thread Carl Steinbach
Hi Bhavesh, Hive does not support stored procedures. On Wed, Dec 28, 2011 at 5:03 AM, Bhavesh Shah wrote: > Hello, > I have configured Hive and I am trying to use it. > But I want to ask that Can we have stored procedure in Hive? > > Pls suggest me some links related to Hive so that I can learn

[jira] [Commented] (HIVE-2686) Test ppr_pushdown.q is failing on trunk

2011-12-28 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176832#comment-13176832 ] Ashutosh Chauhan commented on HIVE-2686: It looks like q.out file for this particul

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

2011-12-28 Thread Thomas Weise (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176810#comment-13176810 ] Thomas Weise commented on HIVE-2629: bump > Make a single Hive binary

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

2011-12-28 Thread Apache Jenkins Server
Changes for Build #1144 [jvs] HIVE-1040 [jira] use sed rather than diff for masking out noise in diff-based tests (Marek Sapota via John Sichi) Summary: Replace diff -I with regex masking in Java The current diff -I approach has two problems: (1) it does not allow resolution finer than line-lev

Hive-trunk-h0.23.0 - Build # 51 - Still Failing

2011-12-28 Thread Apache Jenkins Server
Changes for Build #4 [jvs] HIVE-2630 [jira] TestHiveServer doesn't produce a JUnit report file (Marek Sapota via John Sichi) Summary: Remove property overrides Run `ant test Dtestcase=TestHiveServer && ant testreport`, the test report will be empty because not 'TEST*.xml' file was produced by JUn

Stored Procedure in Hive

2011-12-28 Thread Bhavesh Shah
Hello, I have configured Hive and I am trying to use it. But I want to ask that Can we have stored procedure in Hive? Pls suggest me some links related to Hive so that I can learn more about it. -- Regards, Bhavesh Shah

[jira] [Commented] (HIVE-2683) load data twice from the same hdfs file without overwrite fails with return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask

2011-12-28 Thread Chinna Rao Lalam (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176551#comment-13176551 ] Chinna Rao Lalam commented on HIVE-2683: Pls check this issue HIVE-1996 it resolves