Skip to content

Commit

Permalink
update version change for profiling tool
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed May 21, 2021
1 parent aa59452 commit eddb8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rapids-4-spark-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Works with both cpu and gpu generated event logs.
1. `mvn clean package`
2. Copy rapids-4-spark-tools-<version>.jar to $SPARK_HOME/jars/

`cp target/rapids-4-spark-tools-0.6.0-SNAPSHOT.jar $SPARK_HOME/jars/`
`cp target/rapids-4-spark-tools-21.06.0-SNAPSHOT.jar $SPARK_HOME/jars/`

3. In spark-shell:
For a single event log analysis:
Expand Down
4 changes: 2 additions & 2 deletions rapids-4-spark-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>21.06.0-SNAPSHOT</version>
</parent>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-tools</artifactId>
<name>RAPIDS Accelerator for Apache Spark tools</name>
<description>RAPIDS Accelerator for Apache Spark tools</description>
<version>0.6.0-SNAPSHOT</version>
<version>21.06.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit eddb8d6

Please sign in to comment.