Big data is a concept that deals with data sets of extreme volumes. Questions may tend to be related to infrastructure, algorithms, statistics, and data structures.
0
votes
2answers
28 views
Apache Pig - Is it possible to serialize a variable?
Let's take the wordCount example:
input_lines = LOAD '/tmp/my-copy-of-all-pages-on-internet' AS (line:chararray);
-- Extract words from each line and put them into a pig bag
-- datatype, then ...
0
votes
0answers
17 views
Pig's DBStorage is not working with other Storage function
DBStorage is not working with other storage in pig script.
means DBStorage is not working with multiple storage statement.
What I was trying for:
1) I was trying to Store one output using DBStorage ...
0
votes
0answers
7 views
Installing MADlib on Windows for big data experiments?
I have worked on Windows only so far as an Android developer on Eclipse IDE. I have some basic idea of Python. Now, I am learning basics of Big Data and intend to try Greenplum's MADlib for that. I ...
0
votes
0answers
37 views
Cannot install bigmemory library in R 2.15.2 Windows
I'm doing some analysis that requires me to compute a distance matrix (Euclidean for now, likely Mahalanobis later) from a 7000x182 array that will result in a 7000x7000 matrix (assuming I take the ...
0
votes
1answer
22 views
Error while trying to launch Pig script with JAVA
I'm trying to launch a pig script from JAVA. Here is my code:
import java.io.IOException;
import java.util.Properties;
import org.apache.pig.ExecType;
import org.apache.pig.PigServer;
import ...
0
votes
1answer
39 views
Reshape columns of matrix into multidimensional matrix
I have solar data in a huge (17GB) matrix, call it A. Each column represents one station that collected the one-second data over the year and a half period. The stations are physically in a grid ...
-1
votes
0answers
8 views
How big corporations like flickr, google images handle and folder their images?
I searched about this a lot and It really makes me curious that, how big corporations store their pictures ?. Is it folder based ? or picture datas that are stored in database ? or tons of folders ...
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 ...
1
vote
1answer
48 views
Import Very Huge CSV file into MySQL
I am having a huge file of comma separated values (CSV) that I need to import into a mysql database..
The file size is 7 GB, and the memory size on my machine is 4.00 GB..
I tried to load it using ...
0
votes
2answers
28 views
Apache Pig - How to get number of matching elements between multiple bags?
I'm a new user of Apache Pig and I have a problem to solve.
I'm trying to make a little search engine with apache pig. The idea is simple: I have a file, which is the concatenation of multiple ...
0
votes
0answers
9 views
Require Details about edge node in cluster
Can Some one explain me the architecture of Edge node in hadoop . I am able to find only the definition on the internet. I have some queries
1) Does the edge node a part of the cluster (What ...
-1
votes
2answers
39 views
big data - where does the data come from? [closed]
This might seem like an inane question but with all the buzz about big data I was curious as to how the typical datasets used in big data are sourced? Twitter keywords seem to be a common source - but ...
0
votes
1answer
21 views
Casting date in Talend Data Integration
In a data flow from one table to another, I would like to cast a date.
The date leaves the source table as a string in this format: "2009-01-05 00:00:00:000 + 01:00".
I tried to convert this to a ...
0
votes
1answer
33 views
What is the most efficient way to search multiple times in a large database MySQL
I have GEO ip location database where each countriy has a range of IP associated with it.
country | ip_start | ip_end
I have a very large list of ip (1 million) and i need to associate each ip to ...
1
vote
0answers
55 views
plotting numerous pie plot with ggplot2
I am trying to plot 5625 (75*75), in ggplot2; It takes ages, and the quality of plot at the end is relatively low. Is there any other alternative, to plot such a thing?!
mydata = ...
0
votes
0answers
15 views
In Memory Data Grids - how to update cache once database is updated
Here is my other question Search optimization when data owner is someone else, to which I haven't got any solution so far.
I started reading about "In memory data grids" and not sure if this is the ...
2
votes
2answers
60 views
When running PL/R on PostgreSQL, can R handle data bigger then RAM?
When I use R open source, if not using a specific package, it's not possible handle data sets bigger than RAM memory. So I would like to know if it's possible handle big data sets applying PL/R ...
0
votes
1answer
70 views
How to compare two big vector's size in C++
I have two vector a, b. I wanna compare the size of them. I know I can use if (a.size() > b.size()). But my question is if the size are too big out of the type int for a or/and b. For example, ...
0
votes
0answers
29 views
To find subscript index in strsplit function
How to find subscript index number when we use strsplit() function in R.
My output is
N712SW|2008 8
N772SW|2008 19
N428WN|2008 8
what will be my output if I split by tab first ...
0
votes
1answer
29 views
OpenTSDB/HBase fails while uploading large amounts of data
I am new in Big Data and HBase, in participle.
Now I am trying to use OpenTSDB to store data from sensors.
Configuration is: Cloudera vmware image with the last stable OpenTSDB installed on it.
...
0
votes
1answer
52 views
how to give real time input to Storm
I am trying to execute storm, Actualy data is emited from some port, using storm spout program I am listening, (ie)implementing SerialPortEventListener
I am getting error
no rxtxSerial in ...
0
votes
0answers
16 views
Druid Project intractable key-value system
I am looking at data wharehouse solutions on big data.
Found Druid
Here is the video.
i wonder why does he refer aggregating the key values intractable ?
i guess he does the aggreagetion not in ...
-3
votes
1answer
36 views
Oozie Workflow tutorial [closed]
Does anyone of you have any tutorial on oozie to learn and anything you have that I can look into and what purposes it is being used in an Enterprise? I know the overview but need in depth. Thanks!
-2
votes
0answers
34 views
Big Data API's Programming [closed]
What kind of API's do you use for big data analytic purpose? Can you please send me documentation and also videos or tutorials as to how to work with those API's? Thanks!
1
vote
0answers
35 views
“Partition by” functionality in Python
Is there a library to achieve the functionality of 'partition by' analytic clause provided in SQL(E.x.: Oracle) for use in Python? We are dealing with huge amount of data and though we can achieve ...
1
vote
0answers
30 views
Best way to split log files
Need help and this seems like such a common task to do:
We have hourly huge logfiles containing many different events.
We have been using hive to split these events to different files, in a hard coded ...
0
votes
0answers
30 views
Getting different result each time I read from cassandra cluster
I am using hector to read from cassandra cluster of 5 machines.
The code is
String cqlString = "some query";
CqlQuery<String, String, String> cqlQuery = new CqlQuery<String, String, ...
0
votes
1answer
27 views
Optimize data upload on GoogleBigQuery
I'm currently using the Google BigQuery platform for uploading many datas (~ > 6 Go) and work with them as datasource with Tableau Desktop Software.
Presently it takes me an average of one hour to ...
0
votes
1answer
92 views
How does fluentd benefit this scenario?
I've come across Fluentd. Why would you use such a thing when its easy enough to store raw data on a db directly? I might be misunderstanding the use of the technology here. Glad to hear some ...
0
votes
2answers
77 views
What kind of data gets stored in data warehouses?
Looking at services like Amazon Redshift, which is meant for storing petabytes of data. What forms of data are meant to be stored here? Logs, raw data?
0
votes
2answers
66 views
What solutions/patterns can I consider for storing millions of raw data?
Looking for opinions on storing raw data. The kind of data, that falls under the category of "track anything and everything". Mainly used for in-house analytic to drive direction, testing new ...
0
votes
0answers
25 views
Open source projects that enable simple substring search against billions of strings?
I've a dataset of a few billion 10-50 character strings, and I'd like to find the most efficient way to search for substrings within that dataset. The dataset won't change, but I plan on doing lots ...
0
votes
0answers
19 views
Hbase processing latest replication data
Master-Master hbase replication is set up between several clusters. Each region server has WalObserver installed:
public class LogObserver implements WALObserver {
...
@Override
public void ...
0
votes
1answer
35 views
error creating oozie database schema
I'm trying to setup oozie (cdh4) using RPM on RHEL5. When I run the command to setup schemas in mysql database using sudo -u oozie /usr/lib/oozie/bin/ooziedb.sh create -run it gives me an error ...
2
votes
1answer
71 views
What is the most efficient way to change the case of column names in a data.table?
Sometimes before merging it's useful to change the case of the column names for consistency. When working with a data.frame this is pretty straightforward (as outlined here); although the same ...
0
votes
0answers
28 views
MySQL Query Optimization and joins
I am wondering whether my query should run faster, and whether I can make it run faster with query optimization. I have two tables, tweets and nGrams which contain about 600,000 and 13.8 million rows ...
1
vote
1answer
65 views
Numerical Data - High Volume + High Velocity + Fast Retrieval
My data looks something like 10 Million numerical values (real + binary) per frame (think array i.e. 10 Million elements in an row of an array) and there are around 100 frames/second. Kind of ...
1
vote
1answer
66 views
How to get array/bag of elements from Hive group by operator?
I want to group by a given field and get the output with grouped fields. Below is an example of what I am trying to achieve:-
Imagine a table named 'sample_table' with two columns as below:-
F1 F2
...
0
votes
0answers
45 views
Parsing an excel with more than 12000 lines in PHP with PHPExcel
I have a trouble when I try to upload and parse through PHPExcel library a xlsx file with 12500 rows and 20 columns The whole process takes about ten minutes to end, it does querys and validations. ...
1
vote
1answer
50 views
Isn't Hadoop more of a grid than a cluster?
I've heard the term "Hadoop cluster", but it seems to be contrary to what my understanding of a "grid" and a "cluster" are.
My understanding is that a grid is a distributed system consisting of 2+ ...
0
votes
2answers
39 views
huge data from a file to database using java?
i am able to load a huge text file data into database where the number of lines are 33264591.
I used normal BufferedReader for reading line by line and able to push the data.
Here it is taking ...
0
votes
0answers
33 views
How to append data to big matrix stored on disk in matlab
I'm using matfile to save big file to disk, but I need to append more data later, how can I do it?
PointToMat=matfile('test.mat','Writable',true);
PointToMat.Y(1000,1000,2500)=0;
for i=1:2500
...
0
votes
1answer
64 views
HDF vs NoSQL solutions
Hi I get a look in some scientific data stored in HDF5 format and I was wondering if there is any NoSQl solution that will reach the same performance in read/write as HDF5 .
The data of my example ...
-1
votes
0answers
23 views
How to restore HDFS data
Data node error, and then I run hadoop fsck /-delete.Lost a lot of data, Later, these data node recovery, Is there any way to restore the fsck command to delete the data.
0
votes
1answer
45 views
How to store big data for use in computation?
I have recently started working on big data. Specifically, I have several GBs of data and I have to do computation (addition, modification) on it frequently. Since any computation on the data takes a ...
-2
votes
0answers
37 views
Good and bad example of a MapReduce job? [closed]
There are many examples of how a concept or pattern such as ORM, JMS, SOA e.t.c. can be misused in an application due to lack of clear understanding of what it's for and, most importantly, what it's ...
0
votes
2answers
61 views
Java file IO truncated while reading large files using BufferedInputStream
I have a function in which I am only given a BufferedInputStream and no other information about the file to be read. I unfortunately cannot alter the method definition as it is called by code I don't ...
0
votes
0answers
28 views
SVG scalability with number of elements
I'm having a bit of an issue regarding a visualization that I need to implement. It's a 2D matrice that until now had 100 x 100 maximum size. This was done with HTML + javascript until now. We also ...
0
votes
0answers
136 views
oozie job submission fails with check your configuration for mapreduce.framework.name and the correspond server addresses
2013-04-29 14:47:28,686 WARN ActionStartXCommand:542 - USER[oozie] GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-130429144458254-oozie-oozi-W] ACTION[0000000-130429144458254-oozie-oozi-W@mr-node] ...
2
votes
1answer
75 views
How to speed up GLM estimation in r?
I am using RStudio 0.97.320 (R 2.15.3) on amazon ec2. My df has 200k rows and 12 columns.
I am trying to fit a logistic regression with ~1500 parameters.
Rsudio is using 7% cpu and has 60+GB ...


