|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | + ~ contributor license agreements. See the NOTICE file distributed with ~ |
| 4 | + this work for additional information regarding copyright ownership. ~ The |
| 5 | + ASF licenses this file to You under the Apache License, Version 2.0 ~ (the |
| 6 | + "License"); you may not use this file except in compliance with ~ the License. |
| 7 | + You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + ~ ~ Unless required by applicable law or agreed to in writing, software ~ |
| 9 | + distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT |
| 10 | + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the |
| 11 | + License for the specific language governing permissions and ~ limitations |
| 12 | + under the License. --> |
| 13 | + |
1 | 14 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 15 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 16 | <modelVersion>4.0.0</modelVersion> |
|
14 | 27 |
|
15 | 28 | <groupId>org.apache.zeppelin</groupId> |
16 | 29 | <artifactId>zeppelin-beam</artifactId> |
| 30 | + <packaging>jar</packaging> |
17 | 31 | <version>0.7.0-SNAPSHOT</version> |
| 32 | + <name>Zeppelin: Beam interpreter</name> |
18 | 33 |
|
19 | | - |
| 34 | + <properties> |
| 35 | + <beam.hadoop.version>2.3.0</beam.hadoop.version> |
| 36 | + <beam.spark.version>1.4.1</beam.spark.version> |
| 37 | + <beam.beam.version>0.1.0-incubating</beam.beam.version> |
| 38 | + </properties> |
20 | 39 |
|
21 | 40 | <dependencies> |
22 | 41 |
|
23 | | - |
24 | 42 | <dependency> |
25 | 43 | <groupId>org.apache.spark</groupId> |
26 | 44 | <artifactId>spark-core_2.10</artifactId> |
27 | | - <version>1.4.1</version> |
| 45 | + <version>${beam.spark.version}</version> |
28 | 46 | <exclusions> |
29 | 47 | <exclusion> |
30 | 48 | <artifactId>slf4j-log4j12</artifactId> |
|
48 | 66 | </exclusion> |
49 | 67 | </exclusions> |
50 | 68 | </dependency> |
| 69 | + |
51 | 70 | <dependency> |
52 | 71 | <groupId>org.apache.spark</groupId> |
53 | 72 | <artifactId>spark-streaming_2.10</artifactId> |
54 | | - <version>1.4.1</version> |
| 73 | + <version>${beam.spark.version}</version> |
55 | 74 | </dependency> |
56 | 75 |
|
57 | 76 | <dependency> |
58 | 77 | <groupId>org.apache.hadoop</groupId> |
59 | 78 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
60 | | - <version>2.3.0</version> |
| 79 | + <version>${beam.hadoop.version}</version> |
61 | 80 | <exclusions> |
62 | 81 | <exclusion> |
63 | 82 | <artifactId>slf4j-log4j12</artifactId> |
|
69 | 88 | <dependency> |
70 | 89 | <groupId>org.apache.hadoop</groupId> |
71 | 90 | <artifactId>hadoop-common</artifactId> |
72 | | - <version>2.3.0</version> |
| 91 | + <version>${beam.hadoop.version}</version> |
73 | 92 | <exclusions> |
74 | 93 | <exclusion> |
75 | 94 | <artifactId>slf4j-log4j12</artifactId> |
|
81 | 100 | <dependency> |
82 | 101 | <groupId>org.apache.hadoop</groupId> |
83 | 102 | <artifactId>hadoop-hdfs</artifactId> |
84 | | - <version>2.3.0</version> |
| 103 | + <version>${beam.hadoop.version}</version> |
85 | 104 | </dependency> |
| 105 | + |
86 | 106 | <dependency> |
87 | 107 | <groupId>org.apache.hadoop</groupId> |
88 | 108 | <artifactId>hadoop-client</artifactId> |
89 | | - <version>2.3.0</version> |
| 109 | + <version>${beam.hadoop.version}</version> |
90 | 110 | <exclusions> |
91 | 111 | <exclusion> |
92 | 112 | <artifactId>slf4j-log4j12</artifactId> |
93 | 113 | <groupId>org.slf4j</groupId> |
94 | 114 | </exclusion> |
95 | 115 | </exclusions> |
96 | 116 | </dependency> |
| 117 | + |
97 | 118 | <dependency> |
98 | 119 | <groupId>org.apache.hadoop</groupId> |
99 | 120 | <artifactId>hadoop-annotations</artifactId> |
100 | | - <version>2.3.0</version> |
| 121 | + <version>${beam.hadoop.version}</version> |
101 | 122 | </dependency> |
| 123 | + |
102 | 124 | <dependency> |
103 | 125 | <groupId>org.apache.hadoop</groupId> |
104 | 126 | <artifactId>hadoop-yarn-common</artifactId> |
105 | | - <version>2.3.0</version> |
| 127 | + <version>${beam.hadoop.version}</version> |
106 | 128 | </dependency> |
| 129 | + |
107 | 130 | <dependency> |
108 | 131 | <groupId>org.apache.hadoop</groupId> |
109 | 132 | <artifactId>hadoop-mapreduce-client-common</artifactId> |
110 | | - <version>2.3.0</version> |
| 133 | + <version>${beam.hadoop.version}</version> |
111 | 134 | <exclusions> |
112 | 135 | <exclusion> |
113 | 136 | <artifactId>slf4j-log4j12</artifactId> |
114 | 137 | <groupId>org.slf4j</groupId> |
115 | 138 | </exclusion> |
116 | 139 | </exclusions> |
117 | 140 | </dependency> |
| 141 | + |
118 | 142 | <dependency> |
119 | 143 | <groupId>org.apache.hadoop</groupId> |
120 | 144 | <artifactId>hadoop-core</artifactId> |
121 | 145 | <version>1.2.1</version> |
122 | 146 | </dependency> |
123 | 147 |
|
124 | | - |
125 | 148 | <dependency> |
126 | 149 | <groupId>com.thoughtworks.qdox</groupId> |
127 | 150 | <artifactId>qdox</artifactId> |
128 | 151 | <version>2.0-M3</version> |
129 | 152 | </dependency> |
130 | 153 |
|
131 | | - |
132 | | - |
133 | | - <dependency> |
134 | | - <groupId>com.google.code.gson</groupId> |
135 | | - <artifactId>gson</artifactId> |
136 | | - <version>2.6.2</version> |
137 | | - </dependency> |
138 | | - <dependency> |
139 | | - <groupId>jline</groupId> |
140 | | - <artifactId>jline</artifactId> |
141 | | - <version>2.12</version> |
142 | | - </dependency> |
143 | | - |
144 | | - |
145 | 154 | <dependency> |
146 | 155 | <groupId>org.apache.beam</groupId> |
147 | 156 | <artifactId>beam-runners-parent</artifactId> |
148 | | - <version>0.1.0-incubating</version> |
| 157 | + <version>${beam.beam.version}</version> |
149 | 158 | <type>pom</type> |
150 | 159 | </dependency> |
151 | 160 |
|
152 | 161 | <dependency> |
153 | 162 | <groupId>org.apache.beam</groupId> |
154 | 163 | <artifactId>beam-runners-core-java</artifactId> |
155 | | - <version>0.1.0-incubating</version> |
| 164 | + <version>${beam.beam.version}</version> |
156 | 165 | <exclusions> |
157 | 166 | <exclusion> |
158 | 167 | <artifactId>google-http-client-jackson2</artifactId> |
159 | 168 | <groupId>com.google.http-client</groupId> |
160 | 169 | </exclusion> |
161 | 170 | </exclusions> |
162 | 171 | </dependency> |
| 172 | + |
163 | 173 | <dependency> |
164 | 174 | <groupId>org.apache.beam</groupId> |
165 | 175 | <artifactId>beam-runners-direct-java</artifactId> |
166 | | - <version>0.1.0-incubating</version> |
167 | | - |
| 176 | + <version>${beam.beam.version}</version> |
168 | 177 | </dependency> |
| 178 | + |
169 | 179 | <dependency> |
170 | 180 | <groupId>org.apache.beam</groupId> |
171 | 181 | <artifactId>beam-runners-flink_2.10</artifactId> |
172 | | - <version>0.1.0-incubating</version> |
| 182 | + <version>${beam.beam.version}</version> |
173 | 183 |
|
174 | 184 | <exclusions> |
175 | 185 | <exclusion> |
|
183 | 193 |
|
184 | 194 | </exclusions> |
185 | 195 | </dependency> |
| 196 | + |
186 | 197 | <dependency> |
187 | 198 | <groupId>org.apache.beam</groupId> |
188 | 199 | <artifactId>beam-runners-flink_2.10-examples</artifactId> |
189 | | - <version>0.1.0-incubating</version> |
| 200 | + <version>${beam.beam.version}</version> |
190 | 201 |
|
191 | 202 | <exclusions> |
192 | 203 | <exclusion> |
|
199 | 210 | <dependency> |
200 | 211 | <groupId>org.apache.beam</groupId> |
201 | 212 | <artifactId>beam-runners-google-cloud-dataflow-java</artifactId> |
202 | | - <version>0.1.0-incubating</version> |
| 213 | + <version>${beam.beam.version}</version> |
203 | 214 |
|
204 | 215 | <exclusions> |
205 | 216 | <exclusion> |
|
208 | 219 | </exclusion> |
209 | 220 | </exclusions> |
210 | 221 | </dependency> |
211 | | - <dependency> |
212 | 222 |
|
| 223 | + <dependency> |
213 | 224 | <groupId>org.apache.beam</groupId> |
214 | 225 | <artifactId>beam-runners-spark</artifactId> |
215 | | - <version>0.1.0-incubating</version> |
| 226 | + <version>${beam.beam.version}</version> |
216 | 227 | <type>jar</type> |
217 | 228 | </dependency> |
218 | 229 |
|
219 | | - |
220 | | - |
221 | | - |
222 | 230 | <dependency> |
223 | 231 | <groupId>${project.groupId}</groupId> |
224 | 232 | <artifactId>zeppelin-interpreter</artifactId> |
225 | 233 | <version>${project.version}</version> |
226 | 234 | <scope>provided</scope> |
227 | 235 | </dependency> |
| 236 | + |
228 | 237 | <dependency> |
229 | 238 | <groupId>org.apache.commons</groupId> |
230 | 239 | <artifactId>commons-exec</artifactId> |
|
242 | 251 | <build> |
243 | 252 | <plugins> |
244 | 253 |
|
245 | | - |
246 | | - |
247 | 254 | <plugin> |
248 | 255 | <groupId>org.apache.maven.plugins</groupId> |
249 | 256 | <artifactId>maven-deploy-plugin</artifactId> |
|
0 commit comments