Hi Christian,
Good day ahead!
I have a query , Have loaded the 40million calladataset after fixing enomem
error using your erlang script. I am trying to query the same.using
$ time curl -X POST http://127.0.0.1:8098/mapred -H "Content-Type:
application/json" -d @-
{"inputs":[["CustCalls40m","
Good ' day Christian!
I have two doubts.Please requesting you to do clear me on the same
.Thanks in advance .
1. riak -took 7733m32.525s (nearly 5.3 days) for loading 35 million (1.8 sdata
set)which uses single curl -one node for storage .
Is there a provision in the below script to m
Oh thank u so much Christian from bottom of heart.really your script did the
trick...now I ma able to load 2.1 GB data easily...tahnks a lot .I was struck
up with this past 3 weeks .
Regards
Sangeetha
-Original Message-
From: Christian Dahlqvist [mailto:christ...@whitenode.com]
Sent: T
Thanks Shane ,
Load script used is as follows (basically a curl)
#!/usr/local/bin/escript
main([Filename]) ->
{ok, Data} = file:read_file(Filename),
Lines = tl(re:split(Data, "\r?\n", [{return, binary},trim])),
lists:foreach(fun(L) -> LS = re:split(L, ","), format_and_insert(LS) end,
Dear Team ,
I have a 64 GB RAM ,during the Load of 35 million dataset (1.8
GB) it consumes nearly 40-45 GB of RAM durial the startup of the erlang script
,but
While trying to load 40 million dataset (2.1 GB) I am getting the following
error
escript: exception error: no match of
Dear team,
Could you please help out with this error . escript: exception error: no match
of right hand side value {error,enomem}
=
= LOGGING STARTED Fri Oct 5 10:12:15 IST 2012
=
Exec: /usr/lib64/riak/erts-5.9.1/bin/erlexec -boot
/usr/lib64/riak/releases/1.2.0/riak -e
Dear team,
I am trying to load 25 million dataset (1.3 Gb) of sample call data onto
riak..its a 4-quad core ---1.5 TB storage 2-node raik cluster...takes real
5671m12.812s.please suggest the solutions for the betterment of the
same...5671m12.812s is quite huge...we deal with bigdata and
Thanks a lot team reinstalling riak riak-1.2.0-1.el6.x86_64.rpm fixed my
issue..thx in bunch
Regards
sangeetha
-Original Message-
From: riak-users-boun...@lists.basho.com
[mailto:riak-users-boun...@lists.basho.com] On Behalf Of Richard Heycock
Sent: Wednesday, August 08, 2012 1:16 PM
To
Original Message-
From: riak-users-boun...@lists.basho.com
[mailto:riak-users-boun...@lists.basho.com] On Behalf Of Richard Heycock
Sent: Wednesday, August 08, 2012 9:31 AM
To: riak-users
Subject: RE: riak failed to start up
Excerpts from Sangeetha.PattabiRaman2's message of 2012-08-
--Original Message-
From: riak-users-boun...@lists.basho.com
[mailto:riak-users-boun...@lists.basho.com] On Behalf Of Richard Heycock
Sent: Wednesday, August 08, 2012 9:00 AM
To: riak-users
Subject: Re: riak failed to start up
Excerpts from Sangeetha.PattabiRaman2's message of 2012-08-07
Hi Mark,
OS - Linux 2.6.32-71.el6.x86_64 #1 SMPx86_64 x86_64 x86_64 GNU/Linux(centos 64
bit)
RIAK_VERSION="riak (1.2.0rc1 2012-07-13) RedHat x86_64" its there at
/usr/sbin/riak but I am using riak -1.1.4 ...quite confused ..correct me on
what went wrong ..
Thanks
Sangeetha
-Original M
Hi ,
Can any one help me on the start up error ..thx in advance
[root@CTSINGMRGTO riak]# cat console.log
2012-08-07 09:13:54.260 [error] <0.164.0> CRASH REPORT Process
riak_core_capability with 0 neighbours exited with reason: no function clause
matching orddict:fetch('riak@127.0.0.1', []) line
Thanks Sicular,
Supervisor riak_core_vnode_sup had child undefined started with
riak_core_vnode:start_link() at undefined exit with reason
{timeout,{gen_server,call,[<0.1164.0>,stop]}} in context shutdown_error...
trying to insert csv data of 434 MB onto 2 node riak clusteriam getting t
Thanks Sicular,
Supervisor riak_core_vnode_sup had child undefined started with
riak_core_vnode:start_link() at undefined exit with reason
{timeout,{gen_server,call,[<0.1164.0>,stop]}} in context shutdown_error...
trying to insert csv data of 434 MB onto 2 node riak clusteriam getting the
Hi team,
Iam very new to riak ,can anyone say on loading onto riak db 2
node cluster ...where does it puts the data on the Local file system.like we
see on autosharding of mongodb or hadoop-hdfs over shards in the cluster mode
as in which of riak
F
Hi team,
Iam very new to riak ,can anyone say on loading onto riak db 2
node cluster ...where does it puts the data on the Local file system.like we
see on autosharding of mongodb or hadoop-hdfs over shards in the cluster mode
as in which of riak
FYI:
Can any one help me out with the same pl...struck up with the same.
Dear team,
FYI:we have a 4 quad core intel processor on each server on 2 node cluster with
more than 1 TB of storage
I Ihave constructed the 2 node physical machine riak cluster with n_val 2 and
my app.config ,vm.args are at
From: Pattabi Raman, Sangeetha (Cognizant)
Sent: Thursday, May 10, 2012 3:25 PM
To: riak-users@lists.basho.com
Subject: issue on riak bulk loading---taking huge time
Dear team,
FYI:we have a 4 quad core intel processor on each server on 2 node cluster with
more than 1 TB of storage
I Ihave con
Dear team,
FYI:we have a 4 quad core intel processor on each server on 2 node cluster with
more than 1 TB of storage
I Ihave constructed the 2 node physical machine riak cluster with n_val 2 and
my app.config ,vm.args are attached for your reference..
Please tell me where the bulk inserted da
Dear team,
My doubt is I have loaded goog.csv on riak using load_data script such as
#!/usr/local/bin/escript
main([Filename]) ->
{ok, Data} = file:read_file(Filename),
Lines = tl(re:split(Data, "\r?\n", [{return, binary},trim])),
lists:foreach(fun(L) -> LS = re:split(L, ","), forma
Dear Team,
Please do me the needful In resolving the same ..
I have installed erlang and riak cluster seprrately its working fineran
some sample program on erlang it was running fine ...now i am trying to run
erlang script to load teh data onto riak DB using load_data.erl an
21 matches
Mail list logo