Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 153 (3.073s).
Loading phrases to help you
refine your search...
[HBASE-8115] Consolidate Import and ImportTsv into a single, user-extensible Import utility - HBase - [issue]
...Import and ImportTsv are very similar tools. The distinction between them is the data input format they consume. Once they've configured their mappers, the rest is pretty much identical. Imp...
http://issues.apache.org/jira/browse/HBASE-8115    Author: Nick Dimiduk, 2013-03-14, 23:15
[HBASE-8094] TestTableInputFormatScan doesn't assert anything - HBase - [issue]
...This test makes assertions from within the Reducer. These tests are not respected because the control harness asserts only that jobs complete, not that they succeed.Verify this is true by ad...
http://issues.apache.org/jira/browse/HBASE-8094    Author: Nick Dimiduk, 2013-03-14, 13:19
Re: running test suite for patches using 0.94 branch on Jenkins - HBase - [mail # dev]
...There's quite a bit of activity on 0.94: +1  On Wed, Mar 13, 2013 at 6:23 PM, Ted Yu  wrote:  ...
   Author: Nick Dimiduk, 2013-03-14, 01:55
[HBASE-8074] Consolidate map-side features across mapreduce tools into a single place - HBase - [issue]
...The mapreduce tools support a similar but divergent set of features for mapping over KeyValue data: Export supports specifying a version-range window, application of a rowkey regex or prefix...
http://issues.apache.org/jira/browse/HBASE-8074    Author: Nick Dimiduk, 2013-03-14, 01:06
[HBASE-8098] ParseFilter acts like a factory but doesn't look like it - HBase - [issue]
...The ParseFilter API is a little confused. It exposes two factory methods for creating filters based on the language, and a couple other methods for inspecting supported filters and registeri...
http://issues.apache.org/jira/browse/HBASE-8098    Author: Nick Dimiduk, 2013-03-14, 00:14
[HBASE-7697] Consolidate tools for getting data into, out of HBase - HBase - [issue]
...The user experience for importing data into HBase and getting a dump out of HBase is pretty poor. The existing tools as I understand them include: org.apache.hadoop.hbase.mapreduce.Export, o...
http://issues.apache.org/jira/browse/HBASE-7697    Author: Nick Dimiduk, 2013-03-13, 17:07
HBase type support - HBase - [mail # user]
...Hi all,  I'd like to draw your attention to HBASE-8089. The desire is to add type support to HBase. There are two primary objectives: make the lives of developers building on HBase easi...
   Author: Nick Dimiduk, 2013-03-13, 16:42
[HBASE-7941] Provide client API with support for primitive types - HBase - [issue]
...Work is underway to provide a widely acceptable serialization format for primitive and complex types (HBASE-7221, HBASE-7692). With this completed, those serialization conveniences should be...
http://issues.apache.org/jira/browse/HBASE-7941    Author: Nick Dimiduk, 2013-03-13, 16:20
[HBASE-7747] Import tools should use a combiner to merge Puts - HBase - [issue]
...Multiple Puts to the same row should be combined into a single mutation object. This can be done with a Combiner. Import.Importer#writeResult appears to do this manually....
http://issues.apache.org/jira/browse/HBASE-7747    Author: Nick Dimiduk, 2013-03-12, 21:59
[HBASE-7934] TableMapReduceUtil doesn't include all dependency jars in new modular build - HBase - [issue]
...From post to hbase-dev:I'm seeing ClassNotFoundExceptions when running ImportTsv against trunk. Presumably the old instructions for classpath assembly need an update. I guess I could create ...
http://issues.apache.org/jira/browse/HBASE-7934    Author: Nick Dimiduk, 2013-03-12, 21:58
Sort:
project
HBase (153)
Hadoop (8)
Pig (5)
Hive (3)
MapReduce (2)
type
mail # dev (70)
issue (51)
mail # user (32)
date
last 7 days (0)
last 30 days (8)
last 90 days (95)
last 6 months (147)
last 9 months (153)
author
Stack (3755)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Nick Dimiduk