Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 3825 invoked from network); 16 Feb 2011 08:21:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 08:21:24 -0000 Received: (qmail 5639 invoked by uid 500); 16 Feb 2011 08:21:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 4987 invoked by uid 500); 16 Feb 2011 08:21:19 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 4973 invoked by uid 99); 16 Feb 2011 08:21:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 08:21:18 +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; Wed, 16 Feb 2011 08:21:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8FAF81A7C63 for ; Wed, 16 Feb 2011 08:20:57 +0000 (UTC) Date: Wed, 16 Feb 2011 08:20:57 +0000 (UTC) From: "tom liu (JIRA)" To: dev@lucene.apache.org Message-ID: <603349336.20033.1297844457585.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (SOLR-1395) Integrate Katta 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/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995212#comment-12995212 ] tom liu commented on SOLR-1395: ------------------------------- On Katta slave node, my folder hierarchy is: |/var/data|root| |/var/data/hadoop|store hadoop data| |/var/data/hdfszips|store zip tmp data, which get from hdfs,then move to katta's shardes| |/var/data/solr|root store solr core configures| |/var/data/solr/seoproxy|store seoproxy's solr config,which is used by sub-proxy| |/var/data/katta/shards/nodename_20000/seo0#seo0|store seo0 shard,which is deployed from master node| |/var/data/zkdata|store zkserver data,which is zk logs and snapshotes| On Katta master node, my folder hierarchy is: |/var/data|root| |/var/data/hadoop|store hadoop data| |/var/data/hdfsfile|store solr tmp data, which get from solr dataimporter,then zip && put to hdfs| |/var/data/solr|root store solr core configures| |/var/data/solr/seo|store seo's solr config,which is used by tomcat's webapp| |/var/data/zkdata|store zkserver data,which is zk logs and snapshotes| so, my config is from five folderes: |Master|/var/data/solr/seo|tomcat webapp's solrcore config| |Slave|/var/data/solr/seoproxy|sub-proxy's solrcore config| |Master|/var/data/hdfsfile|query-core's config,which is config template| |HDFS|http://hdfsname:9000/seo/seo0.zip|query-core seo0's zip file,which is hold conf| |Slave|/var/data/katta/shards/nodename_20000/seo0#seo0/conf|query-core seo0's config,which is unzipped from seo0.zip of HDFS| and, /var/data/hdfsfile structure is: {noformat} seo@seo-solr1:/var/data/hdfsfile$ ll total 28 drwxr-xr-x 6 seo seo 4096 Oct 21 15:21 ./ drwxr-xr-x 4 seo seo 4096 Feb 16 15:49 ../ drwxr-xr-x 2 seo seo 4096 Oct 8 09:17 bin/ drwxr-xr-x 4 seo seo 4096 Jan 21 18:22 conf/ drwxr-xr-x 3 seo seo 4096 Oct 21 15:21 data/ drwxr-xr-x 2 seo seo 4096 Sep 29 14:01 lib/ -rw-r--r-- 1 seo seo 1320 Oct 8 09:20 solr.xml {noformat} > Integrate Katta > --------------- > > Key: SOLR-1395 > URL: https://issues.apache.org/jira/browse/SOLR-1395 > Project: Solr > Issue Type: New Feature > Affects Versions: 1.4 > Reporter: Jason Rutherglen > Priority: Minor > Fix For: Next > > Attachments: SOLR-1395.patch, SOLR-1395.patch, SOLR-1395.patch, back-end.log, front-end.log, hadoop-core-0.19.0.jar, katta-core-0.6-dev.jar, katta-solrcores.jpg, katta.node.properties, katta.zk.properties, log4j-1.2.13.jar, solr-1395-1431-3.patch, solr-1395-1431-4.patch, solr-1395-1431-katta0.6.patch, solr-1395-1431-katta0.6.patch, solr-1395-1431.patch, solr-1395-katta-0.6.2-1.patch, solr-1395-katta-0.6.2-2.patch, solr-1395-katta-0.6.2-3.patch, solr-1395-katta-0.6.2.patch, test-katta-core-0.6-dev.jar, zkclient-0.1-dev.jar, zookeeper-3.2.1.jar > > Original Estimate: 336h > Remaining Estimate: 336h > > We'll integrate Katta into Solr so that: > * Distributed search uses Hadoop RPC > * Shard/SolrCore distribution and management > * Zookeeper based failover > * Indexes may be built using Hadoop -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org