mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Making the Scalding interpreter optional as part of a new -Pscalding profile
This commit is contained in:
parent
9a7d7337ce
commit
b30725f948
1 changed files with 7 additions and 1 deletions
8
pom.xml
8
pom.xml
|
|
@ -91,7 +91,6 @@
|
|||
<module>markdown</module>
|
||||
<module>angular</module>
|
||||
<module>shell</module>
|
||||
<module>scalding</module>
|
||||
<module>hive</module>
|
||||
<module>phoenix</module>
|
||||
<module>postgresql</module>
|
||||
|
|
@ -628,6 +627,13 @@
|
|||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>scalding</id>
|
||||
<modules>
|
||||
<module>scalding</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>build-distr</id>
|
||||
<activation>
|
||||
|
|
|
|||
Loading…
Reference in a new issue