[jira] Commented: (HIVE-365) Create Table to support multiple levels of delimiters

2010-06-11 Thread mangaiappan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877731#action_12877731 ] mangaiappan commented on HIVE-365: -- Multiple separators works with only control characters ,

how to set the debut parameters of hive?

2010-06-11 Thread Zhou Shuaifeng
Hi, I want to debug hive remotely, how to set the config? E.g. debug hdfs is seeting DEBUG_PARAMETERS in the file 'bin/hadoop', so, how to set the debug parameters of hive? Thanks a lot.

[jira] Resolved: (HIVE-88) hadoop doesn't use conf/hive-log4j.properties

2010-06-11 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma resolved HIVE-88. --- Resolution: Duplicate hadoop doesn't use conf/hive-log4j.properties

[jira] Updated: (HIVE-543) provide option to run hive in local mode

2010-06-11 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma updated HIVE-543: --- Attachment: hive-534.patch.2 log jobconf parameters from child jvm in local mode. emulates the

Is anybody working on the globally order by of hive ?

2010-06-11 Thread Jeff Zhang
Hi all, From the wiki of hive, Hive do not have the feature of globally order by, the sort by of hive is for each reducer. Our team think the globally order by is an important feature for users, so wondering is anybody working it ? I am very interested to been involved. -- Best Regards Jeff

[jira] Commented: (HIVE-1082) create table if not exists should check if the specified schema matches the existing schema, and throw an error if it doesnt.

2010-06-11 Thread Soundararajan Velu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877769#action_12877769 ] Soundararajan Velu commented on HIVE-1082: -- Thanks Ning, That makes sense, At the

Build failed in Hudson: Hive-trunk-h0.18 #469

2010-06-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/469/ -- Started by timer Building remotely on minerva.apache.org (Ubuntu) Checking out http://svn.apache.org/repos/asf/hadoop/hive/trunk ERROR: Failed to check out

[jira] Updated: (HIVE-1135) Move hive language manual and all wiki based documentation to forest

2010-06-11 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1135: -- Attachment: jdom-1.1.jar Move hive language manual and all wiki based documentation to forest

Hudson build is back to normal : Hive-trunk-h0.17 #466

2010-06-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/466/

[jira] Updated: (HIVE-1135) Move hive language manual and all wiki based documentation to forest

2010-06-11 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1135: -- Attachment: hive-1335-1.patch.txt Patch, docs command beings anakia from xdocs directory.

[jira] Updated: (HIVE-1135) Move hive language manual and all wiki based documentation to forest

2010-06-11 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1135: -- Fix Version/s: 0.6.0 Affects Version/s: 0.5.0 Move hive language manual and all wiki

Build failed in Hudson: Hive-trunk-h0.19 #468

2010-06-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/468/ -- [...truncated 6865 lines...] [junit] plan =

Re: Is anybody working on the globally order by of hive ?

2010-06-11 Thread Edward Capriolo
On Fri, Jun 11, 2010 at 5:24 AM, Jeff Zhang zjf...@gmail.com wrote: Hi all, From the wiki of hive, Hive do not have the feature of globally order by, the sort by of hive is for each reducer. Our team think the globally order by is an important feature for users, so wondering is anybody

Re: Is anybody working on the globally order by of hive ?

2010-06-11 Thread Ning Zhang
Good idea Edward. It would definitely better if it is what it sounds to be. Btw Jeff, order by is supported in trunk with certain limititions in strict mode (has to have a limit). I will be able to update the wiki when I come back. Thanks, Ning -- Sent from my blackberry

RE: Is anybody working on the globally order by of hive ?

2010-06-11 Thread John Sichi
If someone is interested in adding parallel ORDER BY to Hive (using TotalOrderPartitioner), here's a good starting point: http://wiki.apache.org/hadoop/Hive/HBaseBulkLoad The goal would be to take that manual two-step sample-then-sort process and turn it into an automatic plan within Hive. I

RE: Hive-Hbase integration problem, ask for help

2010-06-11 Thread John Sichi
You should not be specifying any ROW FORMAT for an HBase table. From the log in your earlier post, I couldn't tell what was going wrong; I don' think it contained the full exception stacks. You might be able to dig around in the actual log files to find more. JVS

[jira] Updated: (HIVE-1397) histogram() UDAF for a numerical column

2010-06-11 Thread Mayank Lahiri (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayank Lahiri updated HIVE-1397: Attachment: Histogram_quality.png.jpg Since there is no approximation guarantee with this streaming

RE: how to set the debut parameters of hive?

2010-06-11 Thread Ashish Thusoo
I think if you just pass the java parameters on the command line it should just work. So bin/hive And your parameters. I have not tried it though, mostly I am just able to debug using eclipse (you can create the related eclipse files by doing cd metastore ant model-jar cd .. ant