We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22b104 commit 8502c23Copy full SHA for 8502c23
pom.xml
@@ -1363,15 +1363,6 @@
1363
</dependency>
1364
</dependencies>
1365
</profile>
1366
- <profile>
1367
- <id>hive</id>
1368
- <activation>
1369
- <activeByDefault>false</activeByDefault>
1370
- </activation>
1371
- <modules>
1372
- <module>sql/hive-thriftserver</module>
1373
- </modules>
1374
- </profile>
1375
<profile>
1376
<id>hive-0.12.0</id>
1377
<activation>
@@ -1407,6 +1398,8 @@
1407
1398
<jline.groupid>org.scala-lang</jline.groupid>
1408
1399
</properties>
1409
1400
<modules>
1401
+ <!-- Modules only available with Scala 2.10 -->
1402
+ <module>hive-thriftserver</module>
1410
1403
<module>external/kafka</module>
1411
1404
</modules>
1412
1405
0 commit comments