Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
removing ml spark-config as we're now using analytics spark-defaults.…
Browse files Browse the repository at this point in the history
…conf
  • Loading branch information
nirmal070125 committed Jul 26, 2016
1 parent 9ecd126 commit c3e7685
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions modules/distribution/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,6 @@
</includes>
</fileSet>

<fileSet>
<directory>
../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/spark/
</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/spark</outputDirectory>
<includes>
<include>**/**</include>
</includes>
<excludes>
<exclude>**/spark-defaults.conf</exclude>
</excludes>

</fileSet>

<fileSet>
<directory>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity
</directory>
Expand Down Expand Up @@ -306,17 +292,9 @@
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/spark-config.xml</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/</outputDirectory>
</file>
<file>
<source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/h2o-config.xml</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/</outputDirectory>
</file>
<file>
<source>src/main/conf/spark/spark-defaults.conf</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/spark/</outputDirectory>
</file>
<file>
<source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2ML_DB.h2.db</source>
Expand Down

0 comments on commit c3e7685

Please sign in to comment.