Tagged Questions
0
votes
0answers
55 views
Real time join on Hbase tables (not using map-reduce)
I am a beginner in HBase, need your help in creating the HBase data model for the below rdbms tables.
The 3 tables are ,
Asset {asset id(p.k),ip_address,host_name,location,etc..}
Metric ...
0
votes
0answers
53 views
Hbase scan with regular expression
I have the following structure for my hbase rowkey:
"language:1,3,4,5-location:1-hometown:3-musics:2,7-proffession:4-zodiac:8-userID:33886"
this rowkey represents a user who can speak languages with ...
0
votes
1answer
32 views
HBase: atomic 'check row does not exist and create' operation
I suggest this should be one of common cases but probably I use wrong keywords when googling around.
I just need to create new table record with completely random key. Assume I obtained key with good ...
0
votes
0answers
62 views
Pig Join is returning no results
I have been stuck on this problem for over twelve hours now. I have a Pig script that is running on Amazon Web Services. Currently, I am just running my script in interactive mode. I am trying to get ...
1
vote
1answer
96 views
Pig Join in Cloudera VM
I try to perform a simple join in apache pig. The datasets that I use are from http://www.dtic.upf.edu/~ocelma/MusicRecommendationDataset/lastfm-1K.html
This is what I do in the pig shell:
profiles ...
0
votes
4answers
79 views
how to convert a relational database to one Bigtable
I want to create one big table contains all the data from all table in database then export this table into csv file then import this file into Hbase ?
My issue is first step which is how to create ...
-1
votes
1answer
43 views
What is it exactly?
Why in this link:{http://www.ibm.com/developerworks/aix/library/au-cloud_apache/#figure2} in figure1,apache hadoop is defined as a Platform as a service but in http://nosql-databases.org it is defined ...
0
votes
1answer
136 views
Hbase Schema design
I have to design an Hbase table to store users information, this information is targeted for social networking, like: age, sex, education, hobbies, read books, traveled countries ...
NOTE: we could ...
0
votes
1answer
78 views
DataLogging and NoSQL
I have a Saas application that monitor equipments.
I developed a monitoring platform sensors.
My application currently oversees approximately 100,000 sensors.
A value is recorded every 15 minutes.
...
1
vote
2answers
362 views
Row Locking in HBase single row transaction support
In HBase, For providing single row transaction support it uses Row Locking Concept. Suppose, for example
Put p=new Put("/*Row Key*/"); This statement will lock the row.
so, until we complete the
...
2
votes
1answer
103 views
HBase, Big Table supports single row transaction support
What does it mean that HBase, Google's BigTable supports single row transaction support but not multi row?-- Currently i am using HBase on top of my local file system how can i see this practically.
0
votes
0answers
170 views
Hadoop and Gridgain comparison - Questions [closed]
I have just started reading about Hadoop/Gridgain and I understand at a high level that Gridgain is used for real time analytic processing and Hadoop is primarily used for offline batch analytic ...
1
vote
2answers
211 views
Learning mapreduce, How is a SQL command translated in map reduce data flow. Word count example is not satisfying my understanding.
Online, I see so many examples of the canonical word count map reduce walk through. I understand mapper input of k,v => to reduce input of k,list(v). Some magic goes on by map reduce. i dont quite ...
5
votes
1answer
380 views
MongoDB Aggregation as slow as MapReduce?
I'm just starting out with mongo db and trying to make some simple things. I filled up my database with a collections of data containing the "item" property. I wanted to try to count how much time ...
0
votes
0answers
172 views
hadoop mapreduce job on Cassandra result is wrong
I have 7 node cassandra (1.1.1) and hadoop (1.03) cluster ( tasktracker install same on every cassandra node).
and my column family use wide row pattern. 1 row contains about 200k columns (max ...
0
votes
1answer
78 views
Can HBase Access Text Documents and CSV Documents Just as Hadoop?
In Hadoop, I can easily create Map/Reduce apps which access and process data in huge text files and csv files. My question is can Hbase do the same and access such huge files, or HBase has other ...
1
vote
1answer
103 views
Trying to Understand HBase
The following are my questions:
Does Hbase use Map/Reduce in its internal work to extract data from Hadoop?
Can HBase be used with other frameworks such as Amazon dynamo or it has to have Hadoop as ...
-6
votes
1answer
603 views
What is the relation between Hadoop, and NoSQL? [closed]
I'm new to Hadoop and NoSQL and thus don't have a good grasp of the relationship between these 2 terms/technologies. Here are my questions:
From my limited understanding, Hadoop is one of the ...
2
votes
1answer
37 views
htable put and get timeout in java api
Is it possible to specify the timeout while doing gets and puts using the java API (the default behavior seems to block forever...especially when our hbase is slow and heavily loaded)
2
votes
1answer
250 views
ColumnFamilyInputFormat - Could not get input splits
I am getting a weird exception when I try to access Cassandra from hadoop, by using ColumnFamilyInputFormat class.
In my hadoop process, this is how I connect to cassandra, after including ...
3
votes
2answers
95 views
Log viewing utility database choice
I will be implementing log viewing utility soon. But I stuck with DB choice. My requirements are like below:
Store 5 GB data daily
Total size of 5 TB data
Search in this log data in less than 10 sec
...
1
vote
1answer
301 views
In Hadoop, where can i change default url ports 50070 and 50030 for namenode and jobtracker webpages
There must be a way to change the ports 50070 and 50030 so that the following urls display the clustr statuses on the ports i pick
NameNode - http://localhost:50070/
JobTracker - ...
0
votes
2answers
752 views
cassandra and hadoop - realtime vs batch
As per http://www.dbta.com/Articles/Columns/Notes-on-NoSQL/Cassandra-and-Hadoop---Strange-Bedfellows-or-a-Match-Made-in-Heaven-75890.aspx
Cassandra has pursued somewhat different solutions than has ...
0
votes
1answer
67 views
What are the factors that affect eventual consistency over long-haul networks?
I have looked up quite a few resources on eventual consistency and they all speak about why it is important and about Paxos and Byzantine General problem and stuff like that. What I am more interested ...
0
votes
0answers
19 views
Writing to HBase row while running filterKeyValue
I would like to use HBase as a low latency mapper over some data at the same time as a scan. I have data that is stored within the HBase Cells. I want to run a function that first checks if the cell ...
1
vote
2answers
216 views
how to filter a timestamp in Pig
I have table with this schema:
(id: chararray, ts: long, data: chararray)
which ts stand for timestamp and store with UNIX time;
Because the data will update and the ts will be modified if update ...
0
votes
3answers
4k views
Difference between Hadoop and Nosql [closed]
I wanna basic difference between hadoop and nosql
What is the need of hadoop?
What is the need of nosql?
Are both same?
2
votes
2answers
323 views
Processing data in couchdb with hadoop + mapreduce
Ok so this may sound very stupid, I am very new to this stuff. But here is my predicament. I have a very very large quantity of data in couchdb, but I have very recently found out how crippled the ...
0
votes
2answers
282 views
Can we use Hadoop and any NoSQL database with Android instead of SQLite
Can anyone kindly tell that can we use Hadoop and any NoSQL database like MongoDB tec with Android instead of SQLite. And if yes then how to do that (I mean what is the process to do so), because ...
2
votes
3answers
264 views
Database for Reporting / analytics on 1TB data with a simple model
Big data = 1TB increasing by 10% every year.
Model is simple.. one table with 25 columns.
No joins with other tables..
I'm looking to do simple query filtering on a subset of the 25 columns..
I'd ...
0
votes
1answer
129 views
hbase.cluster.distributed set to true but it says false
I have been experimenting some problems with the fully distributed version. First of all I'll tell you my configuration:
I have 4 servers(server_{1,2,3,4}) with 6GB Ram and 2 cores. I installed ...
0
votes
2answers
169 views
How do NoSql type solutions support consistency when distributed?
I'm sorry in advance if this question is flawed. I'm pretty new to databases(I have set them up but not used them much in my development learning).
BackGround:
I have a process that generates alot ...
5
votes
2answers
1k views
Designing HBase schema to best support specific queries
I have an HBase schema-design related question. The problem is fairly simple - I am storing "notifications" in hbase, each of which has a status ("new", "seen", and "read"). Here are the API's I need ...
2
votes
1answer
317 views
Is there a definitive guide to connect Cassandra and Hadoop?
I have searched all over the Internet for a guide to connect Hadoop and Cassandra, and even the "Cassandra: The Definitive Guide" does not provide any pointer, claiming that it is "outside the scope ...
1
vote
1answer
192 views
Connect SQL Server to a “NoSQL” Databse
I'm currently doing a business intelligence research about connecting Microsoft SQL Server to a nosql database.
My target is to import data from a nosql table to a relational DWH based on SQL Server.
...
17
votes
1answer
14k views
How to choose between Cassandra, Membase, Hadoop, MongoDB, RDBMS etc.? [closed]
Is there a paper/blog-post on when to use Cassandra or Membase or Hadoop or plain old relational databases ? Is there a paper discussing the strengths/weaknesses of each, and on what scenarios either ...
0
votes
1answer
211 views
HBase hierarchical key scan
I want to have hierarchical keys like: app:page:user:item = value (where : indicates concatenating with a delimiter). I understand that I can quickly find all the items that that user modified in the ...
0
votes
2answers
371 views
hbase - how to change tables structure without drop tables
enter code herei use grails-1.3.2 and gorm-hbase-0.2.4 plugin.
Sometimes i need to change tables structure(add new tables or columns).
I have created Car table:
class Car{
static belongsTo = ...
1
vote
2answers
3k views
Hbase performance
I am using Spring + Datanucleus JDO + Hbase. Hbase is on a fully distributed mode with two nodes. I am facing serious performance issues here.
My webapp can be considered as a pinger which just keeps ...
43
votes
3answers
17k views
Large scale data processing Hbase vs Cassandra [closed]
I am nearly landed at Cassandra after my research on large scale data storage solutions. But its generally said that Hbase is better solution for large scale data processing and analysis.
While both ...
2
votes
2answers
5k views
Video Tutorial for Hadoop [closed]
have anybody got any link(s) to video tutorial of starting hadoop
2
votes
2answers
480 views
Hbase Administrator
Is there any straight forward GUI tool for exploring, viewing and querying hbase?
I intend conditional queries for example items which have a specific value for a specific column. (A tool like SQLite ...
5
votes
2answers
558 views
How does HBase guarantee row level atomicity?
Considering the fact that HBase stores each column family in a separate HFile and the fact that a row can span many Column Families. How does HBase ensure that a put/delete operation on a row that ...
4
votes
5answers
3k views
realtime querying/aggregating millions of records - hadoop? hbase? cassandra?
I have a solution that can be parallelized, but I don't (yet) have experience with hadoop/nosql, and I'm not sure which solution is best for my needs. In theory, if I had unlimited CPUs, my results ...
0
votes
1answer
353 views
Hbase for File I/O. and way to connect HDFS on remote client
Please be aware that I’m not fluent in English before you read.
I'm new at NoSQL,and now trying to use HBase for File storage. - I'll store Files in HBase as binary.
I don't need any statistics. Only ...
1
vote
3answers
390 views
File I/O on NoSQL - especially HBase - is it recommended? or not?
I'm new at NoSQL and now I'm trying to use HBase for file storage. I'll store files in HBase as binary.
I don't need any statistics, only file storage.
IS IT RECOMMENDED? I worry about I/O speed.
...
10
votes
7answers
4k views
HBase Error - assignment of -ROOT- failure
I've just installed hadoop and hbase from cloudera (3) but when I try to go to http://localhost:60010 it just sits there continually loading.
I can get to the regionserver fine - ...
8
votes
2answers
893 views
Large Data Sets - NoSQL, NewSQL, SQL..? Brain Fried
I'm in need of some advice. I working on a new start-up in the data mining field. This is basically the spin off of a research project.
Any way we have a large about of data that is unstructured, we ...
1
vote
1answer
934 views
Processing xml files with Hadoop
I'm new to Hadoop. I know very little about it.
My case is as follows:
I have a set of xml files (700GB+) with the same schema.
<article>
<title>some title</title>
...
2
votes
1answer
244 views
Resources for learning about NoSql/Non relational databases
Are there any good resources and/or sample applications(in C# preferably, but any will do) for learning more about designing applications around non-relational databases such as hadoop, cassandra, ...
