| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
153 (0.125s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8475] TableMapReduceUtils#addDependencyJars(Job) shouldn't ship duplicate entries in tmpjars - HBase - [issue]
|
|
...note this is a hypothesis that needs further investigation.Users running the above method in their jobs as a convenience for packaging up dependencies will see duplicate entries for ja...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8475
Author: Nick Dimiduk,
2013-05-07, 00:40
|
|
|
[HBASE-8089] Add type support - HBase - [issue]
|
|
...This proposal outlines an improvement to HBase that provides for a set of types, above and beyond the existing "byte-bucket" strategy. This is intended to reduce user-level duplication of ef...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8089
Author: Nick Dimiduk,
2013-05-03, 23:19
|
|
|
[HBASE-8084] Sundry mapreduce improvements - HBase - [issue]
|
|
...Umbrella issue for a handful of improvements to the mapreduce infrastructure....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8084
Author: Nick Dimiduk,
2013-05-03, 23:15
|
|
|
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-8379] bin/graceful_stop.sh does not return the balancer to original state - HBase - [issue]
|
|
...graceful_stop.sh starts by explicitly disabling the balancer. It should make note of the original balancer state and then restore that state upon completion....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8379
Author: Nick Dimiduk,
2013-04-24, 13:55
|
|
|
[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
|
|
|
|