Skip to content

Commit

Permalink
[PPML] change KMS appkey to apikey (#5658)
Browse files Browse the repository at this point in the history
* change appkey to apikey

* change APiKEY to APIKEY

Co-authored-by: Heyang Sun <[email protected]>
  • Loading branch information
Zephyr596 and Uxito-Ada authored Sep 13, 2022
1 parent 6b337b9 commit 732850e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export OUTPUT_DIR=xxx/output \
--conf spark.ssl.trustStoreType=JKS \
--conf spark.bigdl.kms.type=SimpleKeyManagementService \
--conf spark.bigdl.kms.simple.id=simpleAPPID \
--conf spark.bigdl.kms.simple.key=simpleAPPKEY \
--conf spark.bigdl.kms.simple.key=simpleAPIKEY \
--conf spark.bigdl.kms.key.primary=xxxx/primaryKey \
--conf spark.bigdl.kms.key.data=xxxx/dataKey \
--class com.intel.analytics.bigdl.ppml.examples.tpch.TpchQuery \
Expand Down

0 comments on commit 732850e

Please sign in to comment.