예제 #1
0
 def InstallSpark(vm):
     vm.Install('spark')
     if self.cloud == 'GCP':
         hadoop.InstallGcsConnector(vm)
예제 #2
0
 def InstallHadoop(vm):
     vm.Install('hadoop')
     if self.cloud == 'GCP':
         hadoop.InstallGcsConnector(vm)