GithubHelp home page GithubHelp logo

hbase-jdo's Introduction

产品

  • joggle内网穿透平台
  • mrcms建站系统

hbase-jdo's People

Contributors

ncanis avatar

hbase-jdo's Issues

hbase jdo 0.1 release

jdo 0.1 release


Original issue reported on code.google.com by ncanis on 21 Jan 2011 at 7:05

Code review request

Purpose of code changes on this branch:


When reviewing my code changes, please focus on:


After the review, I'll merge this branch into:
/trunk


Original issue reported on code.google.com by ncanis on 27 Jan 2011 at 12:21

who is Dr.Who

What steps will reproduce the problem?
1. start hbase-util using tool.bat

What is the expected output? What do you see instead?
- client launched and connected 

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.
getting a stack exception error of 'Permission denied: user=Drwho'.

How do I change the user permission on the util's config without changing the 
DFS permission on hadoop. Or at least set the client to start with read only 
permission so regardless what user is used it will work, since the DFS has read 
permission for all.

Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 5:35

Can't insert data in HBase


Can't insert data in HBase

-----------------------------------

    <property>
        <name>hbase.client.retries.number</name>
        <value>1</value>
        <description>retry count
        </description>
    </property>

This was problem

after I remove that, I solved it.

Original issue reported on code.google.com by ncanis on 22 Mar 2011 at 11:59

Code review request

Purpose of code changes on this branch:


When reviewing my code changes, please focus on:


After the review, I'll merge this branch into:
/trunk


Original issue reported on code.google.com by ncanis on 27 Jan 2011 at 12:21

public final void releaseTable(IndexedTable table) deadlock issue


public final void releaseTable(IndexedTable table){
    releaseTable(table,(ResultScanner)null);
}

public final void releaseTable(IndexedTable table, ResultScanner rs){
     releaseTable(table);
     closeScanner(rs);
}

If I invoke releaseTable(table), it would lead to a deadlock. Please check it

Original issue reported on code.google.com by [email protected] on 5 May 2011 at 5:45

why not use the HTablePool?

hi,i'm new to the HBASE.

i view the hbase-jdo source about the Htable pool,Why use the commons.pool 
rather than org.apache.hadoop.hbase.client.HTablePool?

cant u tell me? thanks

Original issue reported on code.google.com by [email protected] on 28 Apr 2012 at 8:22

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.