|
48 | 48 | <scm>
|
49 | 49 | <connection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</connection>
|
50 | 50 | <developerConnection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</developerConnection>
|
51 |
| -<url>git@github.com:Esri/spatial-framework-for-hadoop.git</url> |
| 51 | +<url>https://github.com/Esri/spatial-framework-for-hadoop</url> |
52 | 52 | </scm>
|
53 | 53 |
|
54 | 54 | <modules>
|
|
141 | 141 | <profile>
|
142 | 142 | <id>hadoop-2.8</id>
|
143 | 143 | <properties>
|
144 |
| - <hadoop.version>2.8.1</hadoop.version> |
| 144 | + <hadoop.version>2.8.2</hadoop.version> |
145 | 145 | </properties>
|
146 | 146 | </profile>
|
147 | 147 | <profile>
|
|
151 | 151 | </properties>
|
152 | 152 | </profile>
|
153 | 153 |
|
154 |
| - <profile> <!-- compile error on com.google.common.cache in hive module, with -Phadoop-1.x --> |
155 |
| - <id>hive-.10</id> |
156 |
| - <properties> |
157 |
| - <hive.version>0.10.0</hive.version> |
158 |
| - </properties> |
159 |
| - </profile> |
160 | 154 | <profile>
|
161 |
| - <id>hive-.11</id> |
| 155 | + <id>hive-.11</id> <!-- Need to build with Hive-0.12 before testing with 0.11 --> |
162 | 156 | <properties>
|
163 | 157 | <hive.version>0.11.0</hive.version>
|
164 | 158 | </properties>
|
| 159 | + <!-- NEEDED with Hive-0.11 dependencies> |
| 160 | +<dependency> |
| 161 | + <groupId>javax.jdo</groupId> |
| 162 | + <artifactId>jdo2-api</artifactId> |
| 163 | + <version>2.3-ec</version> |
| 164 | +</dependency> |
| 165 | + </dependencies> |
| 166 | + <repositories> |
| 167 | +<repository> |
| 168 | + <id>org.datanucleus</id> |
| 169 | + <name>datanucleus</name> |
| 170 | + <url>http://www.datanucleus.org/downloads/maven2/</url> |
| 171 | +</repository> |
| 172 | + </repositories --> |
165 | 173 | </profile>
|
166 | 174 | <profile>
|
167 | 175 | <id>hive-.12</id>
|
|
243 | 251 | <profile>
|
244 | 252 | <id>hive-2.3</id>
|
245 | 253 | <properties>
|
246 |
| - <hive.version>2.3.0</hive.version> |
| 254 | + <hive.version>2.3.1</hive.version> |
247 | 255 | </properties>
|
248 | 256 | </profile>
|
249 | 257 |
|
|
296 | 304 | <javadoc.plugin.version>2.8</javadoc.plugin.version>
|
297 | 305 | </properties>
|
298 | 306 |
|
299 |
| -<repositories> |
300 |
| -<repository> |
301 |
| -<id>org.datanucleus</id> |
302 |
| -<name>datanucleus</name> |
303 |
| -<url>http://www.datanucleus.org/downloads/maven2/</url> |
304 |
| -</repository> |
305 |
| -</repositories> |
306 |
| - |
307 | 307 | <dependencyManagement>
|
308 | 308 | <dependencies>
|
309 | 309 |
|
310 |
| - <dependency> |
311 |
| -<groupId>javax.jdo</groupId> |
312 |
| -<artifactId>jdo2-api</artifactId> |
313 |
| -<version>2.3-ec</version> |
314 |
| - </dependency> |
315 |
| - |
316 | 310 | <dependency>
|
317 | 311 | <groupId>org.apache.hadoop</groupId>
|
318 | 312 | <artifactId>hadoop-client</artifactId>
|
|
0 commit comments