happybase

    0Hitze

    1Antwort

    Am versuchen, hbase von Python hier mit HappyBase zu verbinden ist der Code, der >import happybase >connection = happybase.Connection(host = <myHost>,port = <myPort>) <happybase.connection.Conne

    0Hitze

    2Antwort

    Ich greife auf Hbase mit happybase mit Python. Ich habe eine sehr einfache Funktion: def connect(): connection = happybase.Connection('myhost',myport) table = connection.table('MY-TABLE')