Skip to content

Commit 6ae387b

Browse files
committed
Removed local notes
1 parent 74fe162 commit 6ae387b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/scala/datastax/astra/migrate/AbstractJob.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ class AbstractJob extends App {
8080
.set("spark.cassandra.input.consistency.level", readConsistencyLevel)
8181
.set("spark.cassandra.connection.host", host)
8282
.set("spark.cassandra.connection.ssl.enabled", "true")
83-
.set("spark.cassandra.connection.ssl.trustStore.password", trustStorePassword) //"cassandra")
84-
.set("spark.cassandra.connection.ssl.trustStore.path", trustStorePath) //"/Users/pravin.bhat/rootca/dse-truststore.jks")
85-
.set("spark.cassandra.connection.ssl.keyStore.password", keyStorePassword) //"cassandra")
86-
.set("spark.cassandra.connection.ssl.keyStore.path", keyStorePath) //"/Users/pravin.bhat/dse/keystores/local.jks")
87-
.set("spark.cassandra.connection.ssl.trustStore.type", trustStoreType) // "JKS")
83+
.set("spark.cassandra.connection.ssl.trustStore.password", trustStorePassword)
84+
.set("spark.cassandra.connection.ssl.trustStore.path", trustStorePath)
85+
.set("spark.cassandra.connection.ssl.keyStore.password", keyStorePassword)
86+
.set("spark.cassandra.connection.ssl.keyStore.path", keyStorePath)
87+
.set("spark.cassandra.connection.ssl.trustStore.type", trustStoreType)
8888
.set("spark.cassandra.connection.ssl.clientAuth.enabled", "true")
8989
)
9090
} else {

0 commit comments

Comments
 (0)