예제 #1
0
 def __init__(self, host, user, passwd):
     HadoopUtil.__init__(self, "http", host, 6080, user, passwd)
예제 #2
0
파일: Knox.py 프로젝트: iacxc/hadoop-shell
 def __init__(self, host, user, password, cluster="default"):
     HadoopUtil.__init__(self, "https", host, 8443, user, password)
     self.__cluster = cluster
예제 #3
0
 def __init__(self, host, user):
     HadoopUtil.__init__(self, "http", host, 50070, user)
     self.__cwd = self.home