| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <plugin id="indexer-kafka" name="KafkaIndexWriter" version="1.0.0" |
| provider-name="nutch.apache.org"> |
| |
| <runtime> |
| <library name="indexer-kafka.jar"> |
| <export name="*"/> |
| </library> |
| <library name="kafka_2.12-1.1.0.jar"/> |
| <library name="connect-json-1.1.0.jar"/> |
| <library name="connect-api-1.1.0.jar"/> |
| <library name="jackson-annotations-2.9.0.jar"/> |
| <library name="jackson-core-2.9.4.jar"/> |
| <library name="jackson-databind-2.9.4.jar"/> |
| <library name="jopt-simple-5.0.4.jar"/> |
| <library name="kafka-clients-1.1.0.jar"/> |
| <library name="lz4-java-1.4.jar"/> |
| <library name="metrics-core-2.2.0.jar"/> |
| <library name="scala-library-2.12.4.jar"/> |
| <library name="scala-logging_2.12-3.7.2.jar"/> |
| <library name="scala-reflect-2.12.4.jar"/> |
| <library name="snappy-java-1.1.7.1.jar"/> |
| <library name="zkclient-0.10.jar"/> |
| <library name="zookeeper-3.4.10.jar"/> |
| </runtime> |
| |
| <requires> |
| <import plugin="nutch-extensionpoints"/> |
| </requires> |
| |
| <extension id="org.apache.nutch.indexer.kafka" |
| name="Kafka Index Writer" |
| point="org.apache.nutch.indexer.IndexWriter"> |
| <implementation id="KafkaIndexWriter" |
| class="org.apache.nutch.indexwriter.kafka.KafkaIndexWriter"/> |
| </extension> |
| |
| </plugin> |