Re: Review Request: HIVE-4588: Support session level hooks for HiveServer2

2013-05-23 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11326/#review20940 --- Prasad, looks good to me! (non-binding) - Brock Noland On May 22

Re: Review Request: HIVE-4670. Authentication module should pass the instance part of the Kerberos principle

2013-06-07 Thread Brock Noland
/#comment44633 nit: commented out import - Brock Noland On June 7, 2013, 1:33 a.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11705

Review Request: HIVE-4708: Fix TestCliDriver.combine2.q on 0.23

2013-06-10 Thread Brock Noland
per JIRA. This addresses bug HIVE-4708. https://issues.apache.org/jira/browse/HIVE-4708 Diffs - ql/src/test/results/clientpositive/combine2.q.out 667cd47 Diff: https://reviews.apache.org/r/11795/diff/ Testing --- Thanks, Brock Noland

Review Request: HIVE-4711: Fix TestCliDriver.list_bucket_query_oneskew_{1, 2, 3}.q on 0.23

2013-06-11 Thread Brock Noland
://reviews.apache.org/r/11800/diff/ Testing --- Verified patch on 0.23 and 0.20S. Thanks, Brock Noland

Review Request: HIVE-4712: Fix TestCliDriver.truncate_* on 0.23

2013-06-11 Thread Brock Noland
/truncate_column.q.out f8af6d0 ql/src/test/results/clientpositive/truncate_column_merge.q.out 64a917b Diff: https://reviews.apache.org/r/11801/diff/ Testing --- Passes with both 0.20S and 0.23. Thanks, Brock Noland

Review Request: HIVE-4713: Fix TestCliDriver.skewjoin_union_remove_{1, 2}.q on 0.23

2013-06-11 Thread Brock Noland
--- Test passed on 0.20S and 0.23. Thanks, Brock Noland

Re: Review Request: HIVE-4713: Fix TestCliDriver.skewjoin_union_remove_{1, 2}.q on 0.23

2013-06-11 Thread Brock Noland
: https://reviews.apache.org/r/11806/diff/ Testing --- Test passed on 0.20S and 0.23. Thanks, Brock Noland

Review Request: HIVE-4715: Fix TestCliDriver.{recursive_dir.q, sample_islocalmode_hook.q, input12.q, input39.q, auto_join14.q} on 0.23

2013-06-11 Thread Brock Noland
/clientpositive/recursive_dir.q.out d2c36b1 ql/src/test/results/clientpositive/sample_islocalmode_hook.q.out f86a949 Diff: https://reviews.apache.org/r/11807/diff/ Testing --- Tests pass on 0.20S and 0.23. Thanks, Brock Noland

Re: Review Request: HIVE-4715: Fix TestCliDriver.{recursive_dir.q, sample_islocalmode_hook.q, input12.q, input39.q, auto_join14.q} on 0.23

2013-06-11 Thread Brock Noland
/input39.q.out c358275 ql/src/test/results/clientpositive/recursive_dir.q.out d2c36b1 ql/src/test/results/clientpositive/sample_islocalmode_hook.q.out f86a949 Diff: https://reviews.apache.org/r/11807/diff/ Testing --- Tests pass on 0.20S and 0.23. Thanks, Brock Noland

Review Request: HIVE-4147 - Fix non-deterministic TestCliDriver on 0.23

2013-06-11 Thread Brock Noland
/clientpositive/ptf_npath.q.out 17a5a1b Diff: https://reviews.apache.org/r/11812/diff/ Testing --- Tests pass on both 0.20S and 0.23. Thanks, Brock Noland

Re: Review Request: HIVE-4717 - Fix non-deterministic TestCliDriver on 0.23

2013-06-12 Thread Brock Noland
0.20S and 0.23. Thanks, Brock Noland

Re: Review Request: HIVE-4717 - Fix non-deterministic TestCliDriver on 0.23

2013-06-12 Thread Brock Noland
/clientpositive/orc_diff_part_cols.q.out 543b67b Diff: https://reviews.apache.org/r/11812/diff/ Testing --- Tests pass on both 0.20S and 0.23. Thanks, Brock Noland

Re: Supporting an independent build farm

2013-06-16 Thread Brock Noland
Hi Edward and Vinod, I agree with what has been said here and it's an area I have taken a particular interest. I think the project modularity could be improved. For example the ql module is quite large. Additionally using unit tests with mocked components as opposed to .q file tests/tests which

Re: Review Request: HIVE-4711: Fix TestCliDriver.list_bucket_query_oneskew_{1, 2, 3}.q on 0.23

2013-06-16 Thread Brock Noland
/results/clientpositive/list_bucket_query_oneskew_3.q.out 2f0882d Diff: https://reviews.apache.org/r/11800/diff/ Testing --- Verified patch on 0.23 and 0.20S. Thanks, Brock Noland

Hive Jenkins Builds

2013-07-03 Thread Brock Noland
Hive has four builds that currently run: Hive-trunk-h0.21 (trunk on Hadoop 1.X) Hive-trunk-hadoop2 Hive-0.9.1-SNAPSHOT-h0.21 Hive-0.10.0-SNAPSHOT-h0.20.1 See https://builds.apache.org/user/brock/my-views/view/hive/ AFAIK there isn't active work on the 0.9.X and 0.10.X branches. Does anyone

Re: Hive Jenkins Builds

2013-07-03 Thread Brock Noland
create 0.11 build, since that is our last release. Ashutosh On Wed, Jul 3, 2013 at 11:39 AM, Brock Noland br...@cloudera.com wrote: Hive has four builds that currently run: Hive-trunk-h0.21 (trunk on Hadoop 1.X) Hive-trunk-hadoop2 Hive-0.9.1-SNAPSHOT-h0.21 Hive-0.10.0-SNAPSHOT-h0.20.1

Re: Review Request 11770: HIVE-4113: Optimize select count(1) with RCFile and Orc

2013-07-15 Thread Brock Noland
: Map: 1 Reduce: 1 Cumulative CPU: 9.9 sec HDFS Read: 67325 HDFS Write: 9 SUCCESS hive select count(1) from users_rc; Job 0: Map: 3 Reduce: 1 Cumulative CPU: 16.96 sec HDFS Read: 96045618 HDFS Write: 9 SUCCESS Thanks, Brock Noland

Re: Review Request 11770: HIVE-4113: Optimize select count(1) with RCFile and Orc

2013-07-15 Thread Brock Noland
Write: 9 SUCCESS Thanks, Brock Noland

Re: Review Request 12562: HIVE-4858: Sort show grant result to improve usability and testability

2013-07-15 Thread Brock Noland
the code nearby does not have those spaces. ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java https://reviews.apache.org/r/12562/#comment47039 trailing whitespace - Brock Noland On July 15, 2013, 10:28 p.m., Xuefu Zhang wrote

Hive PreCommit Patch Testing

2013-07-17 Thread Brock Noland
Hi, I am ready to turn on PreCommit patch test for Hivehttps://cwiki.apache.org/confluence/display/Hive/Hive+PreCommit+Patch+Testing. To receive testing, your patch must be in the form of: HIVE-(-branch)?.patch(.txt)? Branch and .txt are both optional. If branch is not specified then

Re: [ANNOUNCE] New Hive Committer - Brock Noland

2013-07-17 Thread Brock Noland
: Congrats!! On Tue, Jul 16, 2013 at 10:30 AM, Alexander Alten-Lorenz wget.n...@gmail.com wrote: Congratulations, Brock! On Jul 15, 2013, at 10:29 PM, Carl Steinbach c...@apache.org wrote: The Apache Hive PMC has passed a vote to make Brock Noland

[DISCUSS] moving website to Apache CMS

2013-07-18 Thread Brock Noland
Hi, What are your thoughts on moving to Apache CMShttps://www.apache.org/dev/cms.html for the website? I've used it with both Apache MRUnit and Apache Crunch and had good experiences. This came to mind as I recently attempted to create a guide on editing the

Re: Review Request 9276: Add support for pulling HBase columns with prefixes

2013-07-18 Thread Brock Noland
Bytes.startWith to do the match. Later we'd implement regex matching. Brock - Brock Noland On Feb. 9, 2013, 9:56 p.m., Swarnim Kulkarni wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9276

Re: Review Request 9275: Support binary qualifiers for Hive/HBase integration

2013-07-18 Thread Brock Noland
? Is it always backwards compatible? - Brock Noland On Feb. 3, 2013, 12:47 a.m., Swarnim Kulkarni wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9275

Re: Review Request 12562: HIVE-4858: Sort show grant result to improve usability and testability

2013-07-19 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12562/#review23533 --- Ship it! Ship It! - Brock Noland On July 17, 2013, 8:04 p.m

Re: [DISCUSS] moving website to Apache CMS

2013-07-20 Thread Brock Noland
Hi, I agree the site is small so I think it'd only take a few hours of actual work. Most the time would be waiting for infra to get the staging site setup and then do the cut over. I'd be willing to do the work. Could you call the vote? I think it has to be a PMC member. Cheers! Brock On

Review Request 12790: HIVE-4892: PTest2 cleanup after merge

2013-07-20 Thread Brock Noland
--- This code is currently running in our ptest environment. Thanks, Brock Noland

Re: [ANNOUNCE] New Hive Committer - Gunther Hagleitner

2013-07-21 Thread Brock Noland
Congratulations Gunther!! On Sun, Jul 21, 2013 at 11:51 AM, Yin Huai huaiyin@gmail.com wrote: Congratulations Gunther! On Sun, Jul 21, 2013 at 7:55 AM, Jarek Jarcec Cecho jar...@apache.org wrote: Congratulations Gunther! Jarcec On Sun, Jul 21, 2013 at 01:00:31AM -0700, Carl

Re: VOTE: moving hive from forest to Apache CMS

2013-07-21 Thread Brock Noland
+1 -- Brock Noland Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, July 21, 2013 at 12:55 PM, Edward Capriolo wrote: +1 On Sun, Jul 21, 2013 at 1:53 PM, Edward Capriolo edlinuxg...@gmail.comwrote: http://hive.apache.org is generated by forest, a rather cumbersome

Re: Review Request 9276: Add support for pulling HBase columns with prefixes

2013-07-22 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9276/#review23644 --- Ship it! Ship It! - Brock Noland On July 22, 2013, 1:20 a.m

Re: Review Request 12790: HIVE-4892: PTest2 cleanup after merge

2013-07-22 Thread Brock Noland
environment. Thanks, Brock Noland

Re: [jira] [Commented] (HIVE-4910) Hadoop 2 archives broken

2013-07-22 Thread Brock Noland
Hi, Thanks for this patch! Great to see more hadoop 2 issues being resolved. It doesn't matter to me which Jira we take the issue forward with but if its related lets link the two or if this supersedes that issue lets link and close one. On Monday, July 22, 2013 at 2:16 PM, Vikram Dixit K

Re: HIVE-4266 - Refactor HCatalog code to org.apache.hive.hcatalog

2013-07-24 Thread Brock Noland
Hi, What day do you plan on doing this? I am working on a change which I don't believe will be ready this week. Cheers! Brock On Tue, Jul 23, 2013 at 1:09 PM, Eugene Koifman ekoif...@hortonworks.comwrote: I'm planning to change the package name of all hcatalog classes sometime this week

Re: [DISCUSS] moving website to Apache CMS

2013-07-25 Thread Brock Noland
Hi, Any committer can request this from infrastructure. I've created https://issues.apache.org/jira/browse/HIVE-4938 to track this work. Thanks!! Brock On Thu, Jul 25, 2013 at 9:35 PM, Edward Capriolo edlinuxg...@gmail.comwrote: This vote has passed. Carl can you send the request to

Re: [Discuss] project chop up

2013-07-25 Thread Brock Noland
On Thu, Jul 25, 2013 at 9:48 PM, Edward Capriolo edlinuxg...@gmail.comwrote: I have been developing my laptop on a duel core 2 GB Ram laptop for years now. With the addition of hcatalog, hive-thrift2, and some other growth trying to develop hive in a eclipse on this machine craws, especially

Re: [Discuss] project chop up

2013-07-26 Thread Brock Noland
option 3 as well. On Fri, Jul 26, 2013 at 12:52 AM, Brock Noland br...@cloudera.com wrote: On Thu, Jul 25, 2013 at 9:48 PM, Edward Capriolo edlinuxg...@gmail.com wrote: I have been developing my laptop on a duel core 2 GB Ram laptop for years now. With the addition of hcatalog

Re: [Discuss] project chop up

2013-07-26 Thread Brock Noland
/ivy seems reasonable. Alan. On Jul 26, 2013, at 8:40 PM, Brock Noland wrote: Hi, I think thats part of it but I'd like to decouple the downstream projects even further so that the only connection is the dependency on the hive jars. Brock On Jul 26, 2013 10:10 PM, Alan Gates ga

Re: [Discuss] project chop up

2013-07-27 Thread Brock Noland
: But I assume they'd still be a part of targets like package, tar, and binary? Making them compile and test separately and explicitly load the core Hive jars from maven/ivy seems reasonable. Alan. On Jul 26, 2013, at 8:40 PM, Brock Noland wrote: Hi, I think thats part

Re: TestCliDriver Failed Test

2013-07-31 Thread Brock Noland
Try doing a very-clean. I think you just have an old version of DN in your ivy cache and based on my experience with ivy it's cannot handle that. On Wed, Jul 31, 2013 at 9:37 AM, nikolaus.st...@researchgate.net wrote: Hi, When running the following command: ant test

Re: Access to trigger jobs on jenkins

2013-08-05 Thread Brock Noland
Hi, Are you looking to trigger the pre-commit builds? Unfortunately to trigger *regular* builds you'd need an Apache username according the Apache Infra Jenkins http://wiki.apache.org/general/Jenkinspage. Brock On Sun, Aug 4, 2013 at 1:37 PM, kulkarni.swar...@gmail.com

Re: Access to trigger jobs on jenkins

2013-08-05 Thread Brock Noland
:35 AM, kulkarni.swar...@gmail.com kulkarni.swar...@gmail.com wrote: Hi Brock, Yes I was looking to trigger the pre-commit builds without having to check-in a new patch everytime to auto-trigger them. I assumed they were similar to the *regular* builds? On Mon, Aug 5, 2013 at 7:43 AM, Brock

Re: [Discuss] project chop up

2013-08-07 Thread Brock Noland
Hive jars from maven/ivy seems reasonable. Alan. On Jul 26, 2013, at 8:40 PM, Brock Noland wrote: Hi, I think thats part of it but I'd like to decouple the downstream projects even further so that the only connection is the dependency on the hive jars. Brock On Jul 26

Re: [Discuss] project chop up

2013-08-07 Thread Brock Noland
the project chop up. On Wed, Aug 7, 2013 at 3:06 PM, Brock Noland br...@cloudera.com wrote: Thus far there hasn't been any dissent to managing our modules with maven. In addition there have been several comments positive on a move towards maven. I'd like to add Ivy seems to have issues managing

Re: Discuss: End of static, thread local

2013-08-10 Thread Brock Noland
I would love to get rid of the static thread local stuff. It was required to make hive work in a server model but isn't the correct solution to this problem. I do think it will be a large amount of work so it'd be great to see whoever leads this effort to have a high level plan as opposed to an

Re: Discuss: End of static, thread local

2013-08-11 Thread Brock Noland
/browse/HIVE-4226 seemed addressing this. 2013/8/11 Brock Noland br...@cloudera.com: I would love to get rid of the static thread local stuff. It was required to make hive work in a server model but isn't the correct solution to this problem. I do think it will be a large amount of work

Re: threading with hive client

2013-08-15 Thread Brock Noland
The hive semantic analyzer is not fully thread safe. We'd like to remove that lock but it will be a large project. Brock On Thu, Aug 15, 2013 at 11:12 AM, Kristopher Glover kglo...@appnexus.comwrote: Hi Everyone, I'm experiencing a threading issue with the Hive client where I want to run

Re: threading with hive client

2013-08-15 Thread Brock Noland
#execute public methods? There doesn't seem to be any inheritance that requires them to be public and the fact that they are public opens up a thread safety issue. Thanks, Kris On 8/15/13 1:11 PM, Brock Noland br...@cloudera.com wrote: The hive semantic analyzer is not fully thread safe. We'd

Re: threading with hive client

2013-08-16 Thread Brock Noland
-safety. 2. Sometimes a method is made public for testing, which is bad in my opnion, but I saw many instances like this before. --Xuefu On Thu, Aug 15, 2013 at 1:11 PM, Brock Noland br...@cloudera.com wrote: Well you would have probably found the areas we need to fix! :) The hive

Re: [ANNOUNCE] New Hive Committer - Thejas Nair

2013-08-20 Thread Brock Noland
Congratulations Thejas! On Tue, Aug 20, 2013 at 9:06 AM, Xuefu Zhang xzh...@cloudera.com wrote: Congratulations, Thejas! On Tue, Aug 20, 2013 at 5:43 AM, Navis류승우 navis@nexr.com wrote: Congratulations! 2013/8/20 Clark Yang (杨卓荦) yangzhuo...@gmail.com: Congrats Thejas! 在

Re: pre-commit-build offline untill wed

2013-08-28 Thread Brock Noland
OK I just fixed this and verified the restart script works. Sorry about the delay, as Edward said things went to hell, I was out of town without a laptop, and our restart scripts were untested. We'll do our best to make sure this doesn't happen again. On Sat, Aug 24, 2013 at 12:07 PM, Edward

Re: RFC: Major HCatalog refactoring

2013-08-31 Thread Brock Noland
Will these be new Java class files or new test methods to existing classes? I am just curious as to how this will play into the distributed testing framework. On Sat, Aug 31, 2013 at 10:19 AM, Eugene Koifman ekoif...@hortonworks.com wrote: not quite double but close (on my Mac that means it

Re: RFC: Major HCatalog refactoring

2013-09-03 Thread Brock Noland
, 2013 at 10:36 AM, Eugene Koifman ekoif...@hortonworks.com wrote: These will be new (I.e. 0.11 version) test classes which will be in the old org.apache.hcatalog package. How does that affect the new framework? On Saturday, August 31, 2013, Brock Noland wrote: Will these be new Java class files

Re: [ANNOUNCE] New Hive Committer - Yin Huai

2013-09-04 Thread Brock Noland
Congrats Yin!! On Wed, Sep 4, 2013 at 4:14 AM, Lefty Leverenz leftylever...@gmail.com wrote: Bravo, Yin! -- Lefty On Wed, Sep 4, 2013 at 4:17 AM, Sushanth Sowmyan khorg...@gmail.com wrote: Congrats, Yin! :) On Sep 4, 2013 1:13 AM, Alexander Alten-Lorenz wget.n...@gmail.com wrote:

Re: HIVE-5104 patch status?

2013-09-04 Thread Brock Noland
Hi, Looks like your patch has been committed, but I just wanted to confirm for those lurking. If you have a patch up on a JIRA, emailing the dev list is one of the correct ways of engaging a committer. IRC is also a viable strategy. Thanks for your contribution!! Cheers, Brock On Tue, Sep 3,

Please add new contributors on JIRA

2013-09-04 Thread Brock Noland
Hi, There are two JIRA's I cannot assign to the contributors. Can they be added as contributors in JIRA: Karl from https://issues.apache.org/jira/browse/HIVE-5104 Konstantin from https://issues.apache.org/jira/browse/HIVE-5205 Thanks! Brock

Re: [ANNOUNCE] New Hive Committer - Yin Huai

2013-09-05 Thread Brock Noland
: Yin, congrats! Jason On Sep 4, 2013, at 7:54 AM, Eugene Koifman ekoif...@hortonworks.com wrote: Congrats! On Wed, Sep 4, 2013 at 5:23 AM, Brock Noland br...@cloudera.com wrote: Congrats Yin!! On Wed, Sep 4, 2013

Re: Deploy UDF in Hive Thrift Server

2013-09-05 Thread Brock Noland
Hi, Unfortunately that is not supported at present. Brock On Thu, Sep 5, 2013 at 1:01 PM, Marcelo Beckmann beckmann.marc...@gmail.com wrote: Dear all, First of all, many thanks for the great job done by Hive team. I've developed a UDF function for Hive, and I'm facing some problems to

Re: Deploy UDF in Hive Thrift Server

2013-09-05 Thread Brock Noland
, Sep 5, 2013 at 1:49 PM, Edward Capriolo edlinuxg...@gmail.comwrote: I believe we have a not so well documented way to add a jar already on hdfs, and the normal way is when the jar is local to the client. On Thu, Sep 5, 2013 at 2:32 PM, Brock Noland br...@cloudera.com wrote: Hi

Re: Deploy UDF in Hive Thrift Server

2013-09-05 Thread Brock Noland
if you putthe udf jar on your hiveserver. Then your hiverc will load it. But I think the problem is getting the jar to the hive server. On Thu, Sep 5, 2013 at 2:52 PM, Brock Noland br...@cloudera.com wrote: Good point, I should have been more clear. There is no way to permanently add

Re: HCatalog Refactoring - no checkins into hive/hcatalog part of the src tree

2013-09-05 Thread Brock Noland
+1 the difference between the two projects is painful. On Sep 5, 2013 9:32 PM, Thejas Nair the...@hortonworks.com wrote: Its also a great time to fix indentation of hcatalog and make it comply with rest of hive . Any volunteers ? I hope the IDE can do it with a few clicks if the project is

Re: Please add new contributors on JIRA

2013-09-06 Thread Brock Noland
Can you add Henry Robinson as well? Thx! On Wed, Sep 4, 2013 at 11:30 AM, Ashutosh Chauhan hashut...@apache.orgwrote: Done. On Wed, Sep 4, 2013 at 5:43 AM, Brock Noland br...@cloudera.com wrote: Hi, There are two JIRA's I cannot assign to the contributors. Can they be added

Re: creating branch 0.12

2013-09-08 Thread Brock Noland
Hi, Updating the children pom parent versions is one of the annoying things above maven. The good news is: 1) There is a plan to remove this requirement ( http://jira.codehaus.org/browse/MNG-624) 2) There is a command to do this automatically:

Re: JDBC unsupported methods

2013-09-10 Thread Brock Noland
Hi, Future releases will have better JDBC support but AFAIK there is no specific timeline for specific features. If you'd like a specific feature, the best way is to create a feature request on JIRA: issues.apache.org/jira/browse/HIVE Cheers! Brock On Mon, Sep 9, 2013 at 8:38 PM, Adline Dsilva

Build Broken due to checkstyle

2013-09-11 Thread Brock Noland
Please look at: https://issues.apache.org/jira/browse/HIVE-5266 -- Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org

Review Request 14095: HIVE-5263 - Query Plan cloning time could be improved by using Kryo

2013-09-11 Thread Brock Noland
-commit testing will do a full run. Thanks, Brock Noland

Re: Review Request 14113: support standard UDFs and generic UDFs in vectorized mode with an adaptor

2013-09-13 Thread Brock Noland
. ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizationContext.java https://reviews.apache.org/r/14113/#comment50900 Does something require ArrayList to be on the LHS? - Brock Noland On Sept. 12, 2013, 11:57 p.m., Eric Hanson wrote

Re: Review Request 14120: HIVE-3764: Support metastore version consistency check

2013-09-13 Thread Brock Noland
- Brock Noland On Sept. 13, 2013, 7:53 a.m., Prasad Mujumdar wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14120

Re: precommit test tag

2013-09-14 Thread Brock Noland
Look in the html. The grep command looks at raw html. On Sep 14, 2013 12:53 AM, Jason Dere jd...@hortonworks.com wrote: I notice that in the Jiras where I add NO PRECOMMIT TESTS, if I remove that line from the description and upload a patch the pre commit build system still won't pick up this

Re: Deleting the old Wiki

2013-09-16 Thread Brock Noland
Hi, Years ago I helped with the wiki conversion. The page I can find is: http://wiki.apache.org/hadoop/Hive which isn't harmful. What pages are you finding? Brock On Mon, Sep 16, 2013 at 8:51 AM, Dean Wampler deanwamp...@gmail.com wrote: Google searches still put the old wiki at the top of

Re: Deleting the old Wiki

2013-09-16 Thread Brock Noland
useless and confusingly so. On Mon, Sep 16, 2013 at 7:08 AM, Brock Noland br...@cloudera.com wrote: Hi, Years ago I helped with the wiki conversion. The page I can find is: http://wiki.apache.org/hadoop/Hive which isn't harmful. What pages are you finding? Brock On Mon, Sep 16, 2013 at 8

Re: did you always have to log in to phabricator

2013-09-17 Thread Brock Noland
Personally I prefer Review Board. On Tue, Sep 17, 2013 at 8:31 AM, Edward Capriolo edlinuxg...@gmail.com wrote: I never remeber having to log into phabricator to view a patch. Has this changed recently? I believe that having to create an external account to view a patch in progress is not

How long will we support Hadoop 0.20.2?

2013-09-18 Thread Brock Noland
Hi, At present we require compatibility with Hadoop 0.20.2. See: https://issues.apache.org/jira/browse/HIVE-5313 Considering 0.20.2 was released 4 years ago, how long are we going to continue to support it? Brock

PreCommit Build Down

2013-09-23 Thread Brock Noland
See https://issues.apache.org/jira/browse/INFRA-6781

Re: PreCommit Build Down

2013-09-23 Thread Brock Noland
This appears to be fixed. On Mon, Sep 23, 2013 at 4:46 PM, Brock Noland br...@cloudera.com wrote: See https://issues.apache.org/jira/browse/INFRA-6781 -- Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org

Precommit tests accept Phabricator new filename patter DXXXX.X.patch

2013-09-26 Thread Brock Noland
Phabricator started using filenames like D12345.1.patch. I added that to the list of files the precommit tests recognize.

Review Request 14447: HIVE-5400: Allow admins to disable compile and other commands

2013-10-02 Thread Brock Noland
1f78a1d service/src/java/org/apache/hive/service/cli/operation/SetOperation.java bf6969a Diff: https://reviews.apache.org/r/14447/diff/ Testing --- New unit tests are added and pass. Thanks, Brock Noland

Re: Review Request 14447: HIVE-5400: Allow admins to disable compile and other commands

2013-10-02 Thread Brock Noland
unit tests are added and pass. Thanks, Brock Noland

Re: Review Request 14447: HIVE-5400: Allow admins to disable compile and other commands

2013-10-02 Thread Brock Noland
. - Brock --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14447/#review26631 --- On Oct. 2, 2013, 9:58 p.m., Brock Noland wrote

Re: Review Request 14326: HIVE-4629. HS2 should support an API to retrieve query logs

2013-10-04 Thread Brock Noland
/thrift/ThriftCLIServiceClient.java https://reviews.apache.org/r/14326/#comment51972 What encoding should this be, UTF-8? - Brock Noland On Sept. 25, 2013, 12:08 a.m., Shreepadma Venugopalan wrote: --- This is an automatically generated

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 0

2013-10-07 Thread Brock Noland
Hi Thejas, Thank you very much for the hard work! I believe the vote email should contain a link to the tag we are voting on. I assume the tag is: release-0.12.0-rc0 ( http://svn.apache.org/viewvc/hive/tags/release-0.12.0-rc0/). Is that correct? Brock On Mon, Oct 7, 2013 at 6:02 PM, Thejas

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 0

2013-10-08 Thread Brock Noland
is in the RC (found some issues with maven-publish). I have also updated the release vote email template in hive HowToRelease wiki page, to include note about the tag . Thanks, Thejas On Mon, Oct 7, 2013 at 4:26 PM, Brock Noland br...@cloudera.com wrote: Hi Thejas, Thank you

Re: Review Request 14523: HIVE-5486 HiveServer2 should create base scratch directories at startup

2013-10-08 Thread Brock Noland
/session/HiveSessionImplwithUGI.java https://reviews.apache.org/r/14523/#comment52140 userVars is unused after this change. - Brock Noland On Oct. 8, 2013, 1:34 a.m., Prasad Mujumdar wrote: --- This is an automatically generated e

Re: Review Request 14523: HIVE-5486 HiveServer2 should create base scratch directories at startup

2013-10-09 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14523/#review26820 --- Ship it! Ship It! - Brock Noland On Oct. 9, 2013, 6:34 a.m

Re: Review patches

2013-01-22 Thread Brock Noland
Hi, I am assuming you have followed the following guide? https://cwiki.apache.org/confluence/display/Hive/HowToContribute I am less familiar with Hive, so I may be speaking out of turn. However, in other Apache projects it's customary to ask for feedback on a specific JIRA on the dev@ list

Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule

2013-01-28 Thread Brock Noland
+1 and +1 (non-binding) On Mon, Jan 28, 2013 at 5:09 PM, Owen O'Malley omal...@apache.org wrote: +1 and +1 On Mon, Jan 28, 2013 at 1:56 PM, Ashish Thusoo athu...@qubole.com wrote: Measure 1: +1 Measure 2: +1 Ashish On Mon, Jan 28, 2013 at 1:11 PM, Ashutosh Chauhan hashut...@apache.org

Re: branch for ptf and windowing fuction

2013-02-01 Thread Brock Noland
+1 On Fri, Feb 1, 2013 at 5:07 PM, Shreepadma Venugopalan shreepa...@cloudera.com wrote: +1. This looks very useful. Shreepadma On Fri, Feb 1, 2013 at 11:36 AM, Ashish Thusoo athu...@qubole.com wrote: +1. This is certainly very useful work. Ashish On Fri, Feb 1, 2013 at

Re: Review Request: Add 'show version' command to Hive CLI

2013-02-07 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8958/#review16297 --- Ship it! Ship It! - Brock Noland On Jan. 18, 2013, 6:28 a.m

Re: Review Request: Add 'show version' command to Hive CLI

2013-02-07 Thread Brock Noland
On Feb. 7, 2013, 7:59 p.m., Brock Noland wrote: Ship It! Note I am not a committer. - Brock --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8958/#review16297

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-07 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5542/#review16302 --- Ship it! Ship It! - Brock Noland On June 25, 2012, 5:30 a.m

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-07 Thread Brock Noland
On Feb. 7, 2013, 10:11 p.m., Brock Noland wrote: Ship It! I am not a committer. - Brock --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5542/#review16302

Ready for Commit: HIVE-3179 - HBase Handler doesn't handle NULLs properly

2013-02-08 Thread Brock Noland
Hi, Can a committer please take a look at HIVE-3179? It's a critical issue (incorrect results) and a small patch with a test. I have verified the patch corrects the issue for the submitter. Brock -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/

Re: Review Request: Add support for pulling HBase columns with prefixes

2013-02-09 Thread Brock Noland
On Feb. 5, 2013, 3:43 a.m., Mark Grover wrote: hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDe.java, line 192 https://reviews.apache.org/r/9276/diff/1/?file=254957#file254957line192 This seems like a limited case of pattern matching. Swarnim, any way we can

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-09 Thread Brock Noland
On Feb. 8, 2013, 3:33 p.m., Mark Grover wrote: hbase-handler/src/java/org/apache/hadoop/hive/hbase/LazyHBaseRow.java, line 127 https://reviews.apache.org/r/5542/diff/1/?file=116176#file116176line127 Lars, I noticed that the Javadoc here is inconsistent with the method

Re: Adding user jarcec to contributor list on JIRA

2013-02-15 Thread Brock Noland
Ashutosh, I am in the same position as Jarcec. Could I be added as a contributor as well? Thanks! Brock On Fri, Feb 15, 2013 at 10:52 AM, Ashutosh Chauhan hashut...@apache.orgwrote: Done. Added to contributors list. Welcome Jarcec to hive dev! Ashutosh On Fri, Feb 15, 2013 at 8:38 AM,

Re: Problem running hive from eclipse

2013-02-21 Thread Brock Noland
Hi, I don't know if this will help but I do a clean package separately and before running eclipse-files. This has always worked, but with a few quirks. -- Brock Noland Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, February 21, 2013 at 7:01 AM, amareshwari sriramdasu

Re: Apache Jenkins job repeatedly falling

2013-02-24 Thread Brock Noland
Hi, I agree. I have created https://issues.apache.org/jira/browse/HIVE-4069 to investigate the issue and disabled the hive-trunk-hadoop{1,2} builds until that is resolved. Brock On Sat, Feb 23, 2013 at 5:06 PM, Phil Harvey p...@philharveyonline.comwrote: Hi, Whilst looking at another

Re: Merging HCatalog into Hive

2013-02-24 Thread Brock Noland
Looks good from my perspective and I glad to see this moving forward. Regarding #4 (JIRA) I don't know if there's a way to upload existing JIRAs into Hive's JIRA, but I think it would be better to leave them where they are. JIRA has a bulk move feature, but I am curious as why we would leave

Re: Merging HCatalog into Hive

2013-02-25 Thread Brock Noland
Hi, On Mon, Feb 25, 2013 at 5:20 PM, Alan Gates ga...@hortonworks.com wrote: On Feb 24, 2013, at 12:22 PM, Brock Noland wrote: Looks good from my perspective and I glad to see this moving forward. Regarding #4 (JIRA) I don't know if there's a way to upload existing JIRAs into Hive's

Re: Issue involving non-sun java build

2013-02-27 Thread Brock Noland
Hi, I think we'd want hive to work on as many JVM's as feasible. With that said, since it's tested mostly on Sun JVM, it's possible we'll introduce new issues in the future so you'll need to keep testing. Here is a guide on how to contribute:

Request for Review: HIVE-4128 - Support avg(decimal)

2013-03-18 Thread Brock Noland
https://issues.apache.org/jira/browse/HIVE-4128 Thanks! -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/

  1   2   3   4   5   6   7   8   9   10   >