Skip to content

Commit 98595d7

Browse files
authored
Merge pull request #612 from zkaoudi/main
minor fixes
2 parents 664e94f + bcb7cbf commit 98595d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,8 @@ Are copyright 2016 Sebastian Kruse from https://github.com/sekruse/profiledb-jav
223223
commit hash c28fe7f8e2034994e1c32e29ac8fdcfe7178d92b(https://github.com/sekruse/profiledb-java/commit/c28fe7f8e2034994e1c32e29ac8fdcfe7178d92b)
224224

225225
mvnw files from https://github.com/apache/maven-wrapper Apache 2.0
226+
227+
The files
228+
wayang-benchmark/src/main/java/org/apache/wayang/apps/terasort/Random16.java and
229+
wayang-benchmark/src/main/java/org/apache/wayang/apps/terasort/Unsigned.java
230+
are from Apache Hadoop: https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/Random16.java

wayang-platforms/wayang-jdbc-template/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@
8383
<artifactId>hadoop-common</artifactId>
8484
<scope>test</scope>
8585
</dependency>
86-
<dependency>
87-
<groupId>org.apache.wayang</groupId>
88-
<artifactId>wayang-spark</artifactId>
89-
<version>1.1.1-SNAPSHOT</version>
90-
</dependency>
9186
</dependencies>
9287

9388
</project>

0 commit comments

Comments
 (0)