Re: A Chome extension for rendering patch on JIRA

2014-10-14 Thread David DENG
I'll make clicks on the icon on toolbar switching between original and formatted. Couldn't be later than this weekend. David On Mon, Oct 13, 2014 at 10:19 PM, tobe tobeg3oo...@gmail.com wrote: I could like to copy the address in Firefox to view the original file or just disable the plugin.

[jira] [Created] (HBASE-12256) Update patch submission guidelines to call out binary file support

2014-10-14 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12256: --- Summary: Update patch submission guidelines to call out binary file support Key: HBASE-12256 URL: https://issues.apache.org/jira/browse/HBASE-12256 Project: HBase

problem in installing hbase

2014-10-14 Thread beeshma r
Hi all, i have below problem in install hbase in standalone mode .This is the version hbase-0.98.6.1-hadoop2 i trying install below am getting :( beeshma@ubuntu:~/hbase-0.98.6. 1-hadoop2/bin$ ./start-hbase.sh Error: Could not find or load main class org.apache.hadoop.hbase.util.HBaseConfTool

Re: problem in installing hbase

2014-10-14 Thread Jean-Marc Spaggiari
+User mailing list -Dev mailing list (BCC) Hi Beeshma, do you have any environment variable defined? HBSE_CLASSPATH, HADOOP_CLASSPATH or other hadoop/hbase related variable defined? This is not related to you config file. Also copying last Ted's question here so you can reply to him from here

Re: problem in installing hbase

2014-10-14 Thread Dima Spivak
Dear Beeshma, You'll probably get the best help on this by emailing the user list at u...@hbase.apache.org. All the best, -Dima On Tue, Oct 14, 2014 at 11:33 AM, beeshma r beeshm...@gmail.com wrote: Hi all, i have below problem in install hbase in standalone mode .This is the version

[jira] [Created] (HBASE-12257) TestAssignmentManager unsynchronized access to regionPlans

2014-10-14 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-12257: --- Summary: TestAssignmentManager unsynchronized access to regionPlans Key: HBASE-12257 URL: https://issues.apache.org/jira/browse/HBASE-12257 Project: HBase

Re: First release candidate for HBase 0.99.1 (RC0) is available. Please vote by 10/15/2014

2014-10-14 Thread Enis Söztutar
Here is my +1 Downloaded artifacts, Checked sigs, Checked crcs, Checked the book Checked dir layout in bin and src artifacts Checked jars of hbase and hadoop in bin artifact Build the src artifact with hadoop versions 2.4.0 and 2.5.0 (*) Checked version strings Run in local mode Run basic smoke

[jira] [Resolved] (HBASE-7211) Improve hbase ref guide for the testing part.

2014-10-14 Thread Misty Stanley-Jones (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones resolved HBASE-7211. Resolution: Fixed Fix Version/s: 0.99.2 2.0.0 Improve

[jira] [Resolved] (HBASE-12257) TestAssignmentManager unsynchronized access to regionPlans

2014-10-14 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-12257. - Resolution: Fixed Fix Version/s: (was: 2.0.0) committed to branch-1 and 98,

[jira] [Created] (HBASE-12258) Make TestHBaseFsck less flaky

2014-10-14 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-12258: -- Summary: Make TestHBaseFsck less flaky Key: HBASE-12258 URL: https://issues.apache.org/jira/browse/HBASE-12258 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-12259) Bring quorum based write ahead log into HBase

2014-10-14 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-12259: - Summary: Bring quorum based write ahead log into HBase Key: HBASE-12259 URL: https://issues.apache.org/jira/browse/HBASE-12259 Project: HBase Issue Type:

[jira] [Created] (HBASE-12260) MasterServices - remove from coprocessor API (Discuss)

2014-10-14 Thread ryan rawson (JIRA)
ryan rawson created HBASE-12260: --- Summary: MasterServices - remove from coprocessor API (Discuss) Key: HBASE-12260 URL: https://issues.apache.org/jira/browse/HBASE-12260 Project: HBase Issue

[jira] [Created] (HBASE-12261) Add checkstyle to HBase build process

2014-10-14 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-12261: - Summary: Add checkstyle to HBase build process Key: HBASE-12261 URL: https://issues.apache.org/jira/browse/HBASE-12261 Project: HBase Issue Type: Bug

Question about HFile internals

2014-10-14 Thread Varun Sharma
Hi, I am using HFiles on HDFS for an application and I am seeing an issue which I dont see with HBase. Each time a seek is performed on the HFile using HFileReaderV2, it is read 128K from disk instead of just reading a single block - I have verified this by looking at strace and tracing the file

[jira] [Created] (HBASE-12262) Make it possible to run hbase-it against a distributed cluster using Maven

2014-10-14 Thread Dima Spivak (JIRA)
Dima Spivak created HBASE-12262: --- Summary: Make it possible to run hbase-it against a distributed cluster using Maven Key: HBASE-12262 URL: https://issues.apache.org/jira/browse/HBASE-12262 Project:

mvn test -P runLargeTests failed without any error

2014-10-14 Thread Qiang Tian
hi guys, Do you know what is wrong? below is output: do not see error under surefire-reports dir either. thanks! -- //ignored testcases Running org.apache.hadoop.hbase.TestZooKeeper Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.321 sec Results : Tests

Re: A Chome extension for rendering patch on JIRA

2014-10-14 Thread David DENG
Version 1.5 has been submitted. Click on the icon to switch between original and formatted. On Tue, Oct 14, 2014 at 6:43 AM, David DENG davidden...@gmail.com wrote: I'll make clicks on the icon on toolbar switching between original and formatted. Couldn't be later than this weekend. David

[jira] [Created] (HBASE-12263) RegionServer listens on localhost in distributed cluster when DNS is unavailable

2014-10-14 Thread Liu Shaohui (JIRA)
Liu Shaohui created HBASE-12263: --- Summary: RegionServer listens on localhost in distributed cluster when DNS is unavailable Key: HBASE-12263 URL: https://issues.apache.org/jira/browse/HBASE-12263