blob: 86ca57bc2445c7fa12c8675528d78d698113123f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
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>
<extension-point id="org.apache.hdt.core.hdfsClient" name="Apache Hadoop HDFS Client" schema="schema/org.apache.hadoop.eclipse.hdfsclient.exsd"/>
<extension-point id="org.apache.hdt.core.zookeeperClient" name="Apache Hadoop ZooKeeper Client" schema="schema/org.apache.hadoop.eclipse.zookeeperClient.exsd"/>
<extension-point id="org.apache.hdt.core.hadoopCluster" name="Apache Hadoop Cluster" schema="schema/org.apache.hadoop.eclipse.hadoopCluster.exsd"/>
<extension-point id="org.apache.hdt.core.hadoopHomeReader" name="Apache Hadoop Home Location Reader" schema="schema/org.apache.hadoop.eclipse.hadoopHomeReader.exsd"/>
<extension
id="org.apache.hadoop.hdfs.filesystem"
name="Apache Hadoop HDFS"
point="org.eclipse.core.filesystem.filesystems">
<filesystem
scheme="hdfs">
<run
class="org.apache.hdt.core.internal.hdfs.HDFSFileSystem">
</run>
</filesystem>
</extension>
<extension
point="org.eclipse.team.core.repository">
<repository
canImportId="org.apache.hadoop.hdfs"
class="org.apache.hdt.core.internal.hdfs.HDFSTeamRepositoryProvider"
fileSystemScheme="hdfs"
id="org.apache.hadoop.hdfs">
</repository>
</extension>
<extension
id="org.apache.hdt.mrnature"
name="MapReduce Nature"
point="org.eclipse.core.resources.natures">
<runtime>
<run
class="org.apache.hdt.core.natures.MapReduceNature">
</run>
</runtime>
</extension>
</plugin>