[jira] Updated: (HADOOP-1650) Upgrade Jetty to 6.x

2007-09-14 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1650: -- Status: Patch Available (was: Open) I believe that this patch is now out of date with

Re: Jetty 6.x upgrade?

2007-07-25 Thread James Kennedy
s issue so quickly, i'll try the patch out later today. -Original Message----- From: James Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 12:19 AM To: hadoop-dev@lucene.apache.org Subject: Jetty 6.x upgrade? Is there any chance we can reopen the Jetty 6.x upgr

Jetty 6.x upgrade?

2007-07-24 Thread James Kennedy
Is there any chance we can reopen the Jetty 6.x upgrade task (https://issues.apache.org/jira/browse/HADOOP-565) now that the Jetty peformance prob appears to be fixed? I'm having trouble incorporating MapReduce into my app which is using Jetty 6.1.1 because Hadoop is still using 5.1.4. I'm ge

[jira] Commented: (HADOOP-1528) HClient for multiple tables

2007-07-24 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515061 ] James Kennedy commented on HADOOP-1528: --- No problem. I'm just concerned that that HClient will evolve so

[jira] Assigned: (HADOOP-1528) HClient for multiple tables

2007-07-24 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy reassigned HADOOP-1528: - Assignee: Jim Kellerman (was: James Kennedy) Assigning to Jim for comment. Also I&#x

[jira] Assigned: (HADOOP-1528) HClient for multiple tables

2007-07-13 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy reassigned HADOOP-1528: - Assignee: James Kennedy > HClient for multiple tab

[jira] Updated: (HADOOP-1528) HClient for multiple tables

2007-07-13 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1528: -- Attachment: HConnection.patch Submitted a patch with four new files: HConnection HTable

[jira] Updated: (HADOOP-1581) HBASE: Un-openable tablename bug

2007-07-09 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1581: -- Description: If you create a table whose name is the beginning of an already existing table

[jira] Created: (HADOOP-1581) HBASE: Un-openable tablename bug

2007-07-09 Thread James Kennedy (JIRA)
Reporter: James Kennedy Priority: Critical If you create a table whose name is the beginning of an already existing table name, you will not be able to open the table. Try: 1) Create table TESTOne 2) Create table TEST 3) Open table TEST The reason is that the the META keys

[jira] Commented: (HADOOP-1579) [hbase] Add new WhileMatchRowFilter and StopRowFilter filters

2007-07-09 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511287 ] James Kennedy commented on HADOOP-1579: --- Rather than extension, i recommend that you implement

[jira] Updated: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-07-04 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1531: -- Status: Patch Available (was: Open) Looks good, thanks Michael. > Add RowFilter

[jira] Commented: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-07-03 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509954 ] James Kennedy commented on HADOOP-1531: --- Yeah, i'd implement a DomainRowFilter that not only stops filt

[jira] Commented: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-07-03 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509946 ] James Kennedy commented on HADOOP-1531: --- Hmmm... in my eclipse 3.2.2 i can go to Windows->Preferences-&g

[jira] Commented: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-07-03 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509893 ] James Kennedy commented on HADOOP-1531: --- Thanks for the update. filterAllRemaining() always returns false in

[jira] Updated: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-07-01 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1531: -- Attachment: RowFilter-v2.patch Ok i've fixed above issues and implemented filter-stop

[jira] Commented: (HADOOP-1439) Add endRow parameter to HClient#obtainScanner

2007-06-28 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508929 ] James Kennedy commented on HADOOP-1439: --- Oh, one thing I forgot to add in the limitations above: Column

[jira] Commented: (HADOOP-1439) Add endRow parameter to HClient#obtainScanner

2007-06-28 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508928 ] James Kennedy commented on HADOOP-1439: --- Deal. I don't think i'll get to it today but certainly bef

[jira] Commented: (HADOOP-1528) HClient for multiple tables

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508703 ] James Kennedy commented on HADOOP-1528: --- I see what you're saying. I'll add a close() method

[jira] Commented: (HADOOP-1439) Add endRow parameter to HClient#obtainScanner

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508701 ] James Kennedy commented on HADOOP-1439: --- Right, so in the case of >, =, < type RowFilters you're

[jira] Commented: (HADOOP-1439) Add endRow parameter to HClient#obtainScanner

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508658 ] James Kennedy commented on HADOOP-1439: --- Michael suggested that when finished, Hadoop-1531, RowFilters, may

[jira] Commented: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508648 ] James Kennedy commented on HADOOP-1531: --- in relation to Hadoop-1439, i'll add a comment there. I th

[jira] Commented: (HADOOP-1528) HClient for multiple tables

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508646 ] James Kennedy commented on HADOOP-1528: --- If by "HBase instance" we mean a Configuration object poi

[jira] Commented: (HADOOP-1528) HClient for multiple tables

2007-06-27 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508568 ] James Kennedy commented on HADOOP-1528: --- I decided to write a new equivalent of HClient using two classes

[jira] Updated: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-06-26 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1531: -- Attachment: RowFilter.patch This first patch is missing tests but I have tested it less

[jira] Created: (HADOOP-1531) Add RowFilter to HRegion.HScanner

2007-06-26 Thread James Kennedy (JIRA)
: 0.14.0 Reporter: James Kennedy Assignee: James Kennedy I've implemented a RowFilterInterface and a RowFilter implementation. This is passed to the HRegion.HScanner via HClient.openScanner() though it is an entirely optional parameter. HScanner applies the filter i

[jira] Updated: (HADOOP-1528) HClient for multiple tables

2007-06-26 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1528: -- Description: I have an app that needs to access multiple HBase tables concurrently. The

[jira] Updated: (HADOOP-1528) HClient for multiple tables

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1528: -- Summary: HClient for multiple tables (was: HClient for multple-tables) > HClient

[jira] Created: (HADOOP-1528) HClient for multple-tables

2007-06-25 Thread James Kennedy (JIRA)
Reporter: James Kennedy I have an app that needs to access multiple HBase tables concurrently. The current HClient can only have one table open at a time even though it caches region servers of multiple tables as they are looked up. This means that my application layer must open multiple HClients

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Status: Open (was: Patch Available) > Open HRegionServer/HClient for extens

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Status: Patch Available (was: Open) > Open HRegionServer/HClient for extens

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Attachment: openForExtension-v5.patch Fixed some javadoc errors that were pre-existing but i

HBase HClient - Can we make it multi-table?

2007-06-25 Thread James Kennedy
I have an app that needs to access multiple HBase tables concurrently. The current HClient can only have one table open at a time even though it caches region servers of multiple tables as they are looked up. This means that my application layer must open multiple HClients, one per table, per

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Status: Patch Available (was: Open) Cool, thanks. So what's the process for that st

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-25 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Attachment: openForExtension-v4.patch Sorry about that. Mutabability not required, I used

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-22 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Attachment: openForExtension-v3.patch Ok. Attached patch v3. HClient.getHRegionConnection

[jira] Commented: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-21 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506924 ] James Kennedy commented on HADOOP-1509: --- +HClient.getConf doesn't have to be public though I see no ha

Re: HBase Performance Q's

2007-06-20 Thread James Kennedy
ed at a higher priority). Does the HADOOP-1498 patch help with the performance profile you are seeing in hbase? More below... James Kennedy wrote: ... Obervations: Within the combined RPC$server.call() of all Handler threads, HRegionServer.next() took about 90% in both the 10K and 100K cases

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Attachment: openForExtension-v2.patch Followed procedure better this time. New patch includes

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Status: Open (was: Patch Available) Oops, submitted patch prematurely. > Open HRegionSer

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Attachment: openForExtension.patch > Open HRegionServer/HClient for extens

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Fix Version/s: 0.14.0 Status: Patch Available (was: Open) Index: /opt/eclipse

[jira] Updated: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Kennedy updated HADOOP-1509: -- Comment: was deleted > Open HRegionServer/HClient for extens

[jira] Created: (HADOOP-1509) Open HRegionServer/HClient for extension

2007-06-20 Thread James Kennedy (JIRA)
Affects Versions: 0.14.0 Reporter: James Kennedy Priority: Minor For what i'm doing I found it necessary to extend HRegionServer/HRegion/HClient for some custom functionality. Following good Java practice I see that the HBase code as been programmed defensively, keeping

Re: Opening HRegionServer/HMaster/HClient for extension

2007-06-20 Thread James Kennedy
hbase component and it looks like your tabs are not the hadoop two spaces convention going by the below). We can continue discussion therein. I offer to vote for it after review and trying it local. St.Ack P.S. Did HADOOP-1498, applied yesterday, change the profiling characteristics you wrote

Opening HRegionServer/HMaster/HClient for extension

2007-06-20 Thread James Kennedy
For what i'm doing I found it necessary to extend HRegionServer/HRegion/HClient for some custom functionality. Following good Java practice I see that the HBase code as been programmed defensively, keeping stuff private as much as possible. However, for extensibility it would be nice if the s

HBase Performance Q's

2007-06-18 Thread James Kennedy
I've been profiling HBase with my own benchmark but I'm having trouble interpreting some of the results. Maybe someone can help shed some light. The benchmark: * Test table consists of 10 columns all of the same family. All values are random selection from 10 city names. * My read method sca

[jira] Created: (HADOOP-1469) Asynchronous table creation

2007-06-06 Thread James Kennedy (JIRA)
Reporter: James Kennedy Priority: Minor In some of my code i found it efficient to create a new table without immediately requiring (blocking for) the client to have references to it's HRegions. Effectively this requires that the client update the table info only as n

[jira] Commented: (HADOOP-1468) Add HBase batch update to reduce RPC overhead

2007-06-06 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502003 ] James Kennedy commented on HADOOP-1468: --- The above batch update description implies batch update of columns

HBase put() improvement?

2007-06-06 Thread James Kennedy
Hi, I'm noticing that since the HClient/HRegionServer interface only allows for a per-column put(), there is a lot of RPC and some lease management overhead when writing large amounts of data. For example: for (int i = 0; i < 1; i++) { Text rowKey = new Text(i+"");