Skip to content

Commit

Permalink
pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtBurns7 committed Mar 8, 2024
1 parent 8879215 commit 387cfb8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,10 @@ object JDBCImport {

object credentials {
def init(): Unit = {
"sudo yum install -y python3-pip".!!
"echo \"Install specific versions of botocore, s3transfer, and awscli\"".!!
"pip3 install botocore==1.31.4 s3transfer==0.6.0 awscli==1.29.4".!!
"sudo python3 -m pip install botocore==1.31.4 s3transfer==0.6.0 awscli==1.29.4".!!
"echo \"Install credstash\"".!!
"pip3 install credstash".!!
"sudo python3 -m pip install credstash".!!
}
def getSecretValue(secretName: String, table_name: String): String = {
val key : String =
Expand Down

0 comments on commit 387cfb8

Please sign in to comment.