This is an automated email from the ASF dual-hosted git repository.

apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 941d7b41f13482cf07ce6a908f2dfa6dacaf0ff3
Author: Andrew Palumbo <[email protected]>
AuthorDate: Sat Nov 2 00:58:16 2019 -0700

    rename Dockerfile to dockerfile.Spark.. this file is still [WIP]
---
 Dockerfile => Dockerfile.Spark                                     | 0
 pom.xml                                                            | 7 +++++--
 .../kubernetes/docker/src/main/dockerfiles/Dockerfile              | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile.Spark
similarity index 100%
rename from Dockerfile
rename to Dockerfile.Spark
diff --git a/pom.xml b/pom.xml
index 584f520..e152e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,9 +173,12 @@
     <module>engine</module>
     <module>engine/spark</module>
     <module>engine/hdfs</module>
-   <module>community</module>
+    <module>community</module>
     <module>community/spark-cli-drivers</module>
-
+    <!--<module>experimental</module>
+    &lt;!&ndash;<module>experimental/viennacl</module>&ndash;&gt;
+    <module>experimental/viennacl-omp</module>
+-->
 
   </modules>
 
diff --git 
a/resource-managers/kubernetes/docker/src/main/dockerfiles/Dockerfile 
b/resource-managers/kubernetes/docker/src/main/dockerfiles/Dockerfile
index 6f588ab..5c7c89a 100644
--- a/resource-managers/kubernetes/docker/src/main/dockerfiles/Dockerfile
+++ b/resource-managers/kubernetes/docker/src/main/dockerfiles/Dockerfile
@@ -22,8 +22,8 @@ ARG spark_uid=185
 
 # Before building the mahout docker image, we must build a spark distrobution 
following
 # the instructions in http://spark.apache.org/docs/latest/building-spark.html.
-# this Dockerfile will build the Spark version 2.4.3 against Scala 2.12.
-# docker build -t mahout:latest -f 
resource_managers/docker/kubernetes/src/main/dockerfiles/Dockerfile .
+# this Dockerfile.Spark will build the Spark version 2.4.3 against Scala 2.12.
+# docker build -t mahout:latest -f 
resource_managers/docker/kubernetes/src/main/dockerfiles/Dockerfile.Spark .
 
 
 RUN set -ex && \

Reply via email to