Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 158 (0.127s).
Loading phrases to help you
refine your search...
Re: Corrupted log file - HBase - [mail # dev]
...Detecting the condition, printing the warning, and breaking the loop sounds like an urgent bandaid solution to me.  -n  On Tue, Apr 30, 2013 at 11:51 AM, Jean-Marc Spaggiari  ...
   Author: Nick Dimiduk, 2013-05-01, 18:48
[HBASE-8438] Extend bin/hbase to print a "minimal classpath" for used by other tools - HBase - [issue]
...For tools like pig and hive, blindly appending the full output of `bin/hbase classpath` to their own CLASSPATH is excessive. They already build CLASSPATH entries for hadoop. All they need fr...
http://issues.apache.org/jira/browse/HBASE-8438    Author: Nick Dimiduk, 2013-04-30, 19:45
[HBASE-8326] mapreduce.TestTableInputFormatScan times out frequently - HBase - [issue]
...It looks like since this change org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan has not passed a single time in the EC2 builds (http://54.241.6.143/job/HBase-0.94/). Change was in...
http://issues.apache.org/jira/browse/HBASE-8326    Author: Nick Dimiduk, 2013-04-27, 16:55
[HBASE-8378] add 'force' option for drop table - HBase - [issue]
...Does this logic look familiar?def drop_table(name):  if (!admin.table_exists?(name):    return  if (admin.enabled?(name)):    admin.disable_...
http://issues.apache.org/jira/browse/HBASE-8378    Author: Nick Dimiduk, 2013-04-24, 17:36
[HBASE-8386] deprecate TableMapReduce.addDependencyJars(Configuration, class<?> ...) - HBase - [issue]
...We expose two public static methods names addDependencyJars. One of them, void addDependencyJars(Job, is very helpful – goes out of its way to detect job dependencies as well as shippi...
http://issues.apache.org/jira/browse/HBASE-8386    Author: Nick Dimiduk, 2013-04-22, 00:25
Re: Cell Encoders and usage of Cell - HBase - [mail # dev]
...A related question. Can you clarify the distinction between a Cell and a KeyValue as pertains to the timestamp? That is, which of these two concepts carries the timestamp as a component of i...
   Author: Nick Dimiduk, 2013-04-22, 00:08
[HBASE-8361] Bulk load and other utilities should not create tables for user - HBase - [issue]
...LoadIncrementalHFiles and ImportTsv will create a table with the default setting when the target table does not exist. I think this is an anti-feature. Neither tool provide a mechanism for t...
http://issues.apache.org/jira/browse/HBASE-8361    Author: Nick Dimiduk, 2013-04-18, 06:03
Re: Declaring HBase Public API in 0.94 - HBase - [mail # dev]
...Aleks,  With the exception of the source paths [0], [1], I don't see anything that needs changed for 0.94. In fact, those paths look correct for 0.94 but wrong for trunk. I would have e...
   Author: Nick Dimiduk, 2013-04-16, 21:14
Re: No 0.94 checkins please - HBase - [mail # dev]
...Patches posted. Sorry for the delay.  -n  On Tue, Apr 16, 2013 at 1:33 PM, Nick Dimiduk  wrote:  ...
   Author: Nick Dimiduk, 2013-04-16, 20:39
Re: No 0.94 checkins please - HBase - [mail # dev]
...I'd like to see the addendum to HBASE-8326 go out with the original patch, please. Testing it locally, will post in a few minutes.  On Mon, Apr 15, 2013 at 7:05 PM, lars hofhansl  ...
   Author: Nick Dimiduk, 2013-04-16, 20:33
Sort:
project
HBase (158)
Hadoop (8)
Pig (5)
Hive (4)
MapReduce (2)
Bigtop (1)
type
mail # dev (72)
issue (53)
mail # user (33)
date
last 7 days (5)
last 30 days (8)
last 90 days (54)
last 6 months (129)
last 9 months (158)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Nick Dimiduk