def __init__(self, ip="localhost", port=9090):
     ''' constructor '''
     super(HBaseDAM, self).__init__()
     self.__hbase = HBaseLib(ip, port)
예제 #2
0
 def __init__(self, ip="localhost", port=9090):
     ''' constructor '''
     super(HbaseSaver, self).__init__()
     self.__hbase = HBaseLib(ip, port)
     self.__writeCache = {}