Giter Club home page Giter Club logo

goh's Introduction

Overview

golang client of hbase (via thrift)

Install

The official thrift package is out of date, need install thrift4go first, then

go get github.com/sdming/goh

Usage

address := "192.168.17.129:9090"

client, err := goh.NewTcpClient(address, goh.TBinaryProtocol, false)
if err != nil {
	fmt.Println(err)
	return
}

if err = client.Open(); err != nil {
	fmt.Println(err)
	return
}

defer client.Close()

fmt.Println(client.IsTableEnabled(table))
fmt.Println(client.DisableTable(table))
fmt.Println(client.EnableTable(table))
fmt.Println(client.Compact(table))

\demo\client.go for all api example

Files

  • \thrift
    thrift4go fork

  • \Hbase
    generated by thrift compiler

    thrift --gen go hbase-root/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

  • \demo
    demo code of goh usage

Start/Stop thrift

#start
./bin/hbase-daemon.sh start thrift

#set parameter
./bin/hbase-daemon.sh start thrift –threadpool -m 200 -w 500

#stop
./bin/hbase-daemon.sh stop thrift

#set HEAPSIZE (conf/hbase-env.sh)
export HBASE_HEAPSIZE=1000MB

Issues

Changes

  • 1 kick off
  • 2 change thrift package from pomack/thrift4go to apesternikov/thrift4go

Links

License

Apache License v2.0

goh's People

Contributors

sdming avatar rederry avatar

Stargazers

Jun Tian avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.