[PPML] change KMS appkey to apikey (#5658)

* change appkey to apikey

* change APiKEY to APIKEY

Co-authored-by: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com>
This commit is contained in:
ZehuaCao 2022-09-13 15:44:23 +08:00 committed by GitHub
parent 6b337b92be
commit 732850ef3a

View file

@ -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 \