Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.xml]
indent_style = space

[Makefile]
indent_style = tab
36 changes: 18 additions & 18 deletions examples/java-spark-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.sedona</groupId>
<artifactId>sedona-java-spark-example</artifactId>
<version>1.8.0</version>
<name>Sedona : Examples : Java Spark SQL</name>
<description>Example project for Apache Sedona with Java and Spark.</description>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-java-spark-example</artifactId>
<version>1.8.0</version>
<name>Sedona : Examples : Java Spark SQL</name>
<description>Example project for Apache Sedona with Java and Spark.</description>

<properties>
<properties>
<!-- Set spark.scope to "compile" to be able to run locally with java -jar shaded.jar -->
<spark.scope>provided</spark.scope>
<javax.scope>test</javax.scope>
Expand Down Expand Up @@ -57,13 +57,13 @@
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
-Djdk.reflect.useDirectMethodHandle=false
</extraJavaArgs>
</properties>
</properties>

<dependencies>
<dependencies>
<dependency>
<groupId>org.datasyslab</groupId>
<artifactId>geotools-wrapper</artifactId>
<version>${geotools.version}</version>
<groupId>org.datasyslab</groupId>
<artifactId>geotools-wrapper</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.apache.sedona</groupId>
Expand Down Expand Up @@ -94,9 +94,9 @@
<scope>test</scope>
</dependency>

</dependencies>
<build>
<plugins>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -179,6 +179,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</plugins>
</build>
</project>
14 changes: 7 additions & 7 deletions spark/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-common-${spark.compat.version}_${scala.compat.version}</artifactId>
<artifactId>sedona-spark-common-${spark.compat.version}_${scala.compat.version}</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: Common SQL API.</description>
<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: Common SQL API.</description>
<url>http://sedona.apache.org/</url>
<packaging>jar</packaging>
<packaging>jar</packaging>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down Expand Up @@ -293,7 +293,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
<plugin>
Expand Down Expand Up @@ -336,7 +336,7 @@
<artifactId>scalastyle-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</build>
<profiles>
<profile>
<id>sedona-spark-4.0</id>
Expand Down
8 changes: 4 additions & 4 deletions spark/common/src/test/resources/shapefiles/polygon/map.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<test>
<testName>testReadToGeometryRDD</testName>
<fileName>map</fileName>
<desc>additional file</desc>
</test>
<testName>testReadToGeometryRDD</testName>
<fileName>map</fileName>
<desc>additional file</desc>
</test>
8 changes: 4 additions & 4 deletions spark/common/src/test/resources/shapefiles/polygon/map1.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<test>
<testName>testReadToGeometryRDD</testName>
<fileName>map1</fileName>
<desc>additional file</desc>
</test>
<testName>testReadToGeometryRDD</testName>
<fileName>map1</fileName>
<desc>additional file</desc>
</test>
14 changes: 7 additions & 7 deletions spark/spark-3.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.4_${scala.compat.version}</artifactId>
<artifactId>sedona-spark-3.4_${scala.compat.version}</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 3.4.</description>
<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 3.4.</description>
<url>http://sedona.apache.org/</url>
<packaging>jar</packaging>
<packaging>jar</packaging>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down Expand Up @@ -165,7 +165,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<plugins>
<plugin>
Expand All @@ -181,5 +181,5 @@
<artifactId>scalastyle-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</build>
</project>
14 changes: 7 additions & 7 deletions spark/spark-3.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.5_${scala.compat.version}</artifactId>
<artifactId>sedona-spark-3.5_${scala.compat.version}</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 3.5.</description>
<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 3.5.</description>
<url>http://sedona.apache.org/</url>
<packaging>jar</packaging>
<packaging>jar</packaging>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down Expand Up @@ -165,7 +165,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<plugins>
<plugin>
Expand All @@ -181,5 +181,5 @@
<artifactId>scalastyle-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</build>
</project>
14 changes: 7 additions & 7 deletions spark/spark-4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
<version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-4.0_${scala.compat.version}</artifactId>
<artifactId>sedona-spark-4.0_${scala.compat.version}</artifactId>

<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 4.0.</description>
<name>${project.groupId}:${project.artifactId}</name>
<description>A cluster computing system for processing large-scale spatial data: SQL API for Spark 4.0.</description>
<url>http://sedona.apache.org/</url>
<packaging>jar</packaging>
<packaging>jar</packaging>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down Expand Up @@ -165,7 +165,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<plugins>
<plugin>
Expand All @@ -181,5 +181,5 @@
<artifactId>scalastyle-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</build>
</project>
Loading