[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:
		
							parent
							
								
									6b337b92be
								
							
						
					
					
						commit
						732850ef3a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -181,7 +181,7 @@ export OUTPUT_DIR=xxx/output \
 | 
				
			||||||
    --conf spark.ssl.trustStoreType=JKS \
 | 
					    --conf spark.ssl.trustStoreType=JKS \
 | 
				
			||||||
    --conf spark.bigdl.kms.type=SimpleKeyManagementService \
 | 
					    --conf spark.bigdl.kms.type=SimpleKeyManagementService \
 | 
				
			||||||
    --conf spark.bigdl.kms.simple.id=simpleAPPID \
 | 
					    --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.primary=xxxx/primaryKey \
 | 
				
			||||||
    --conf spark.bigdl.kms.key.data=xxxx/dataKey \
 | 
					    --conf spark.bigdl.kms.key.data=xxxx/dataKey \
 | 
				
			||||||
    --class com.intel.analytics.bigdl.ppml.examples.tpch.TpchQuery \
 | 
					    --class com.intel.analytics.bigdl.ppml.examples.tpch.TpchQuery \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue