I am guessing you already asked if they could give you three 100MB files
instead? so you could parallelize the operation. or maybe your task
doesn't lend itself well to that.
Dean
On Tue, Jul 24, 2012 at 10:01 AM, Pushpalanka Jayawardhana <
pushpalankaj...@gmail.com> wrote:
> Hi all,
>
> I am d
be very fast and 2 machines make
it pretty reliable and of course it is asynchronously writing to that third
or fourth machine depending on replication factor.
later,
Dean
On Mon, Nov 14, 2011 at 6:59 PM, Dean Hiller wrote:
> +1 on coprocessors
>
>
> On Mon, Nov 14, 2011 at 6:
s, please let me know.
later,
Dean http://blog.alvazan.com
On Mon, Nov 14, 2011 at 7:01 PM, Dean Hiller wrote:
> There are 4 jobs submitted by the wordcount cassandra example and the
> first one fails and the other 3 all pass and work with results.
>
> The first job I noticed i
There are 4 jobs submitted by the wordcount cassandra example and the first
one fails and the other 3 all pass and work with results.
The first job I noticed is looking for column name text0 due to i being 0
in the loop. The exception is not going through the wordcount code at all
though, but thi
+1 on coprocessors
On Mon, Nov 14, 2011 at 6:51 PM, Mohit Anchlia wrote:
> On Mon, Nov 14, 2011 at 4:44 PM, Jake Luciani wrote:
> > Re Simpler "elasticity":
> > Latest opscenter will now rebalance cluster optimally
> > http://www.datastax.com/dev/blog/whats-new-in-opscenter-1-3
> >
>
> Doe
I am trying to run the word count example and looking at the source, I
don't see where it knows which job tracker to connect to.
1. Would I be correct in guessing that I have to run hadoop jar ?
(just wondering why I don't see a port/hostname for job tracker in the
WordCount.java file)
This t
g-in-cassandra-5495633
>
> Hani
>
>
> On Wed, Oct 12, 2011 at 12:18 PM, Dean Hiller wrote:
>
>> I heard cassandra may be going the direction of removing super column and
>> users are starting to just use prefixes in front of the column.
>>
>> The reason I a
I heard cassandra may be going the direction of removing super column and
users are starting to just use prefixes in front of the column.
The reason I ask is I was going the way of only using supercolumns and then
many tables were fixed with just one supercolumn per row as the structure
for that t
as to write it
themselves).
Any info on #1 and #2???
thanks,
Dean
On Fri, Sep 9, 2011 at 10:08 AM, Edward Capriolo wrote:
>
>
> On Fri, Sep 9, 2011 at 10:34 AM, Dean Hiller wrote:
>
>> I saw this quote in the pdf.
>>
>> "For large indexes with common terms th
ote:
>
>
> On Thu, Sep 8, 2011 at 5:12 PM, Dean Hiller wrote:
>
>> I was wondering something. Since I can take OPP and I can create a layer
>> that for certain column families, I hash the key so that some column
>> families are just like RP but on top of OPP and som
hidden from us instead and I would think it would simplify the cassandra
code as well by only dealing with one partitioner. of course, let me catch
up on the pdf you sent me as well.
thanks,
Dean
On Thu, Sep 8, 2011 at 4:10 PM, Edward Capriolo wrote:
>
>
> On Thu, Sep 8, 2011 at 5:12
I was wondering something. Since I can take OPP and I can create a layer
that for certain column families, I hash the key so that some column
families are just like RP but on top of OPP and some of my other column
families are then on OPP directly so I could use lucandra, why not make RP
deprecate
o 2) before it is considered successful.
>
> If you use just quorum write, it'll have to be committed to 3 replicas out
> of the 4 before it's considered successful.
>
>
>
>
> On Fri, Jul 22, 2011 at 1:57 PM, Dean Hiller wrote:
>
>> Ideally, we wo
not find an
> exact match, there is a lot of places where MalformedURLException is thrown.
>
> Hope that helps.
>
>
> -
> Aaron Morton
> Freelance Cassandra Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 6 Aug 2011, at 07:02,
nope, just one and then it exits and quits(won't start up) and I can't
compile the code since the repository is down :(
I am working on web-tier setup and will come back hoping the cloudera
repository goes back online in the next day.(crossing my fingers).
Dean
On Fri, Aug 5, 2011 at 12:07 PM, m
oh, cloudera repo is down like a previous poster just said..ugh.
Dean
On Fri, Aug 5, 2011 at 9:22 AM, Dean Hiller wrote:
> Anyone else have trouble building 0.8.2???
>
> Path to dependency:
> 1) org.apache.cassandra:cassandra-build-deps:jar:0.8.2-SNAPSH
Anyone else have trouble building 0.8.2???
Path to dependency:
1) org.apache.cassandra:cassandra-build-deps:jar:0.8.2-SNAPSHOT
2) com.cloudera.hadoop:hadoop-streaming:jar:0.20.2-320
--
2 required artifacts are missing.
for artifact:
org.apache.cassandra:cassandra-
8PM -0600, Dean Hiller wrote:
> > There seems to be no stack trace on this message
> >
> > Error: Exception thrown by the agent : java.net.MalformedURLException:
> Local
> > host name unknown: java.net.UnknownHostException: ip-10-0-1-10:
> ip-10-0-1-10
> >
> &g
There seems to be no stack trace on this message
Error: Exception thrown by the agent : java.net.MalformedURLException: Local
host name unknown: java.net.UnknownHostException: ip-10-0-1-10: ip-10-0-1-10
I am also on sure why cassandra is doing a getLocalHost when I tried to bind
"everything" to 0
Ideally, we would want to have a replication factor of 4, and a minimum
write consistency of 2 (which looking at the default in cassandra.yaml is to
memory first with asynch to disk...perfect so far!!!)
Now, obviously, I can get the partitioner setup to make sure I get 2
replicas in each data cent
ing sure their entire
> > cluster does NOT stop at the same time :)
> >
> > On Thu, Jul 21, 2011 at 2:23 PM, Dean Hiller wrote:
> >> Is there a framework for stopping all nodes/starting all nodes for
> >> cassandra? I am okay with something like password-less ss
Is there a framework for stopping all nodes/starting all nodes for
cassandra? I am okay with something like password-less ssh setup that
hadoop scripts did...just something that allows me to start and stop the
whole cluster.
thanks,
Dean
22 matches
Mail list logo