[jira] Commented: (HIVE-675) add database/scheme support Hive QL

2010-03-12 Thread Alex Loddengaard (JIRA)

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

Alex Loddengaard commented on HIVE-675:
---

Hi guys,

Any updates here?  Would be great to have this patch committed!

Thanks,

Alex

 add database/scheme support Hive QL
 ---

 Key: HIVE-675
 URL: https://issues.apache.org/jira/browse/HIVE-675
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Prasad Chakka
Assignee: He Yongqiang
 Attachments: hive-675-2009-9-16.patch, hive-675-2009-9-19.patch, 
 hive-675-2009-9-21.patch, hive-675-2009-9-23.patch, hive-675-2009-9-7.patch, 
 hive-675-2009-9-8.patch


 Currently all Hive tables reside in single namespace (default). Hive should 
 support multiple namespaces (databases or schemas) such that users can create 
 tables in their specific namespaces. These name spaces can have different 
 warehouse directories (with a default naming scheme) and possibly different 
 properties.
 There is already some support for this in metastore but Hive query parser 
 should have this feature as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (HIVE-259) Add PERCENTILE aggregate function

2010-02-23 Thread Alex Loddengaard (JIRA)

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

Alex Loddengaard commented on HIVE-259:
---

Hey Jerome,

I assume it's because you're supposed to use the interface type (e.g. Map or 
List) for return types, parameter types, and declaring variables.

Correct me if I'm wrong, those of you more knowledgeable about Hive's 
checkstyle :).

Alex

 Add PERCENTILE aggregate function
 -

 Key: HIVE-259
 URL: https://issues.apache.org/jira/browse/HIVE-259
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Venky Iyer
Assignee: Jerome Boulon
 Attachments: HIVE-259-2.patch, HIVE-259.1.patch, HIVE-259.patch, 
 jb2.txt, Percentile.xlsx


 Compute atleast 25, 50, 75th percentiles

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (HIVE-675) add database/scheme support Hive QL

2010-01-06 Thread Alex Loddengaard (JIRA)

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

Alex Loddengaard commented on HIVE-675:
---

I will be out of the office Thursday, 1/7, through Wednesday, 1/13,
back in the office Thursday, 1/14.  I will be checking email fairly
consistently in the evenings.

Please contact Christophe Bisciglia (christo...@cloudera.com) with any
support or training emergencies.  Otherwise, you'll hear from me soon.

Thanks,

Alex


 add database/scheme support Hive QL
 ---

 Key: HIVE-675
 URL: https://issues.apache.org/jira/browse/HIVE-675
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Prasad Chakka
Assignee: He Yongqiang
 Attachments: hive-675-2009-9-16.patch, hive-675-2009-9-19.patch, 
 hive-675-2009-9-21.patch, hive-675-2009-9-23.patch, hive-675-2009-9-7.patch, 
 hive-675-2009-9-8.patch


 Currently all Hive tables reside in single namespace (default). Hive should 
 support multiple namespaces (databases or schemas) such that users can create 
 tables in their specific namespaces. These name spaces can have different 
 warehouse directories (with a default naming scheme) and possibly different 
 properties.
 There is already some support for this in metastore but Hive query parser 
 should have this feature as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (HIVE-425) HWI JSP pages should be compiled at build-time instead of run-time

2009-07-16 Thread Alex Loddengaard (JIRA)

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

Alex Loddengaard commented on HIVE-425:
---

I've used both Struts and Spring, but I'm pretty certain both are much larger 
than 5MB.  That said, I found each of them to be good in their own separate 
ways.  I recall liking Spring better.  It's been a long time since my JSP MVC 
fiddling :).  Struts is an Apache project, though: [http://struts.apache.org/]. 
 Sorry I can't provide more insight, Edward.

 HWI JSP pages should be compiled at build-time instead of run-time
 --

 Key: HIVE-425
 URL: https://issues.apache.org/jira/browse/HIVE-425
 Project: Hadoop Hive
  Issue Type: Improvement
  Components: Web UI
Reporter: Alex Loddengaard

 HWI JSP pages are compiled via the ant jar at run-time.  Doing so at run-time 
 requires ant as a dependency and also makes developing slightly more tricky, 
 as compiler errors are not discovered until HWI is deployed and running.  HWI 
 should be instrumented in such a way where the JSP pages are compiled by ant 
 at build-time instead, just as the Hadoop status pages are.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (HIVE-425) HWI JSP pages should be compiled at build-time instead of run-time

2009-04-16 Thread Alex Loddengaard (JIRA)
HWI JSP pages should be compiled at build-time instead of run-time
--

 Key: HIVE-425
 URL: https://issues.apache.org/jira/browse/HIVE-425
 Project: Hadoop Hive
  Issue Type: Improvement
  Components: Web UI
Reporter: Alex Loddengaard


HWI JSP pages are compiled via the ant jar at run-time.  Doing so at run-time 
requires ant as a dependency and also makes developing slightly more tricky, as 
compiler errors are not discovered until HWI is deployed and running.  HWI 
should be instrumented in such a way where the JSP pages are compiled by ant at 
build-time instead, just as the Hadoop status pages are.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.