5 Star 13 Fork 0

eminem89 / Hbase-ElasticSearch-Init

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
assembly.xml 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
eminem89 提交于 2016-12-26 17:57 . commit all finished codes
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>mapreduce</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>${project.build.outputDirectory}</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>
Java
1
https://gitee.com/eminem89/Hbase-ElasticSearch-Init.git
git@gitee.com:eminem89/Hbase-ElasticSearch-Init.git
eminem89
Hbase-ElasticSearch-Init
Hbase-ElasticSearch-Init
master

搜索帮助