kenhuuu commented on code in PR #2634:
URL: https://github.com/apache/tinkerpop/pull/2634#discussion_r1625335592


##########
spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/structure/Spark.java:
##########
@@ -48,7 +48,11 @@ private Spark() {
 
     public static SparkContext create(final SparkConf sparkConf) {
         if (isContextNullOrStopped()) {
-            sparkConf.setAppName("Apache TinkerPop's Spark-Gremlin");
+            String defaultAppName = "Apache TinkerPop's Spark-Gremlin";

Review Comment:
   ```suggestion
               final String defaultAppName = "Apache TinkerPop's Spark-Gremlin";
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to