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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new ffbcfb5  [RELEASE][PREPARATION] Hadoop instruction for windows
ffbcfb5 is described below

commit ffbcfb5635724a3a5b016fdd746afa6061e9c476
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Tue Oct 19 04:12:44 2021 +0200

    [RELEASE][PREPARATION] Hadoop instruction for windows
    
    Signed-off-by: bertty <[email protected]>
---
 README.md |  2 ++
 pom.xml   | 11 +----------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 8efa0fc..ff9c25b 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ This approach aims at freeing data engineers and software 
developers from the bu
 **Requirements.**
 Apache Wayang is built with Java 8 and Scala 2.11. However, to execute Wayang 
it is sufficient to have Java 8 installed. If you want to build Wayang 
yourself, you will also need to have [Apache Maven](http://maven.apache.org) 
installed and Apache Hadoop (The version that you want). Please also consider 
that processing platforms employed by Wayang might have further requirements.
 
+> **NOTE:** In windows, you need to define the variable `HADOOP_HOME` with the 
winutils.exe, an not official option to obtain [this 
repository](https://github.com/steveloughran/winutils), or you can generate 
your winutils.exe following the instruction in the repository. Also, you may 
need to install 
[msvcr100.dll](https://www.microsoft.com/en-us/download/details.aspx?id=26999)
+
 > **NOTE:** Currently Apache Wayang is updating Java and Scala, consider that 
 > for you be enable to utilize Scala 2.12 you will need to install Java 11 in 
 > your enviroment
 
 **Get Wayang.**
diff --git a/pom.xml b/pom.xml
index eda4744..a02fca3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,18 +444,9 @@
                         <plugin>
                             <groupId>net.alchim31.maven</groupId>
                             <artifactId>scala-maven-plugin</artifactId>
-                            <version>4.4.0</version>
+                            <version>4.5.4</version>
                             <executions>
                                 <execution>
-                                    <id>add-source-scala</id>
-                                    <goals>
-                                        <goal>add-source</goal>
-                                    </goals>
-                                    <configuration>
-                                        <sourceDir></sourceDir>
-                                    </configuration>
-                                </execution>
-                                <execution>
                                     <id>compile-scala</id>
                                     <goals>
                                         <goal>compile</goal>

Reply via email to