Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8371C7417 for ; Sat, 16 Jul 2011 21:40:23 +0000 (UTC) Received: (qmail 92202 invoked by uid 500); 16 Jul 2011 21:40:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92146 invoked by uid 500); 16 Jul 2011 21:40:22 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 92132 invoked by uid 99); 16 Jul 2011 21:40:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 21:40:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 21:40:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 692CC83111 for ; Sat, 16 Jul 2011 21:40:00 +0000 (UTC) Date: Sat, 16 Jul 2011 21:40:00 +0000 (UTC) From: "Jason Rutherglen (JIRA)" To: issues@hbase.apache.org Message-ID: <518241341.20414.1310852400427.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1181641185.6131.1309455990771.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4048) [Coprocessors] Support configuration of coprocessor at load time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066540#comment-13066540 ] Jason Rutherglen commented on HBASE-4048: ----------------------------------------- Is there documentation on how to use this API? It looks like the main entry point is represented in this sample code? {code} htd.setValue("COPROCESSOR$2", jarFileOnHDFS2.toString() + "|" + cpName2 + +"|" + Coprocessor.PRIORITY_USER + "|k1=v1,k2=v2,k3=v3"); {code} Where pipe is used as a separator? Looks like pipe is required? > [Coprocessors] Support configuration of coprocessor at load time > ---------------------------------------------------------------- > > Key: HBASE-4048 > URL: https://issues.apache.org/jira/browse/HBASE-4048 > Project: HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.92.0 > > Attachments: HBASE-4048.patch, HBASE-4048.patch > > > Users should be able to pass configuration options to coprocessors. These options should be applied at load time. > - For system coprocessors, just use the configuration of the container. > - Extend table coprocessor load specification to allow arbitrary key-value pairs at the end (={,}). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira