[jira] [Created] (HBASE-11503) Inconsistency in CP between HRegion#batchMutate() and MultiRowMutation()

2014-07-11 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-11503: -- Summary: Inconsistency in CP between HRegion#batchMutate() and MultiRowMutation() Key: HBASE-11503 URL: https://issues.apache.org/jira/browse/HBASE-11503

[jira] [Created] (HBASE-11504) Don't flush the socket buffer for each response

2014-07-11 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-11504: --- Summary: Don't flush the socket buffer for each response Key: HBASE-11504 URL: https://issues.apache.org/jira/browse/HBASE-11504 Project: HBase Issue

Hadoop-Azure storage

2014-07-11 Thread Nick Dimiduk
FYI. It looks like the Microsoft folks want to make Azue the definitive cloud on which to run HBase. -n https://issues.apache.org/jira/browse/HADOOP-10809

Re: Hadoop-Azure storage

2014-07-11 Thread Jean-Marc Spaggiari
Interesting. What do they mean by HBase transaction log files? Do they talk about a transactional framework? Or about the WALs/HFiles??? 2014-07-11 12:22 GMT-04:00 Nick Dimiduk ndimi...@gmail.com: FYI. It looks like the Microsoft folks want to make Azue the definitive cloud on which to run

Re: Hadoop-Azure storage

2014-07-11 Thread Nick Dimiduk
I believe transaction log == WAL. On Fri, Jul 11, 2014 at 9:57 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Interesting. What do they mean by HBase transaction log files? Do they talk about a transactional framework? Or about the WALs/HFiles??? 2014-07-11 12:22 GMT-04:00 Nick

Re: Hadoop-Azure storage

2014-07-11 Thread Enis Söztutar
The idea is to be able to run HBase directly on top of WASB, rather than HDFS. The data files are managed and stored in block blobs which are suitable for this workload. The WAL files are stored in page blobs. For that regards, we have been working on getting the durability / recovery semantics

[jira] [Resolved] (HBASE-11479) SecureConnection can't be closed when SecureClient is stopping because InterruptedException won't be caught in SecureClient#setupIOstreams()

2014-07-11 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11479. Resolution: Fixed Fix Version/s: 0.94.22 Assignee: cuijianwei Hadoop

Re: Meetup invitation: Consensus based replication in Hadoop

2014-07-11 Thread Konstantin Boudnik
One more update: it seema that for ppl in SF, who oftentimes might not even have a car, getting to San Ramon can represent a certain difficulty. So we'll do a shuttle pickup from West Dublin BART station if there's at least a few people who want to use the option. Please respond directly to me

[jira] [Created] (HBASE-11505) 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked

2014-07-11 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-11505: Summary: 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked Key: HBASE-11505 URL: https://issues.apache.org/jira/browse/HBASE-11505 Project:

Re: Hadoop-Azure storage

2014-07-11 Thread Andrew Purtell
On Fri, Jul 11, 2014 at 11:13 AM, Enis Söztutar enis@gmail.com wrote: For that regards, we have been working on getting the durability / recovery semantics that HBase requires from the underlying filesystem to be implemented on top of azure page blobs. Things like atomic renames,