Hey folks, I am going to start prototyping our media tier using cassandra as
a file system (meaning upload video/audio/images to web server save in
cassandra and then streaming them out)
Has anyone done this before?
I was thinking brisk's CassandraFS might be a fantastic implementation for
this b
t;
> I have had it implemented a little over a month now, and haven't had
> any problems with it ... although, the scale isn't quite twitter...
>
>
> On Fri, Jun 24, 2011 at 2:48 PM, Joseph Stein wrote:
> > Are 0.8 counters ready for primetime real-time analytics (I
Are 0.8 counters ready for primetime real-time analytics (I have read the
technical limitations which are not frightening but good to know so to deal
with it in code)
looking for opinions/experience on it let me know. not that they wouldn't
be
I guess what I am really asking is if I am the firs
same time.
>
> On Sun, Jun 5, 2011 at 1:43 PM, Joseph Stein wrote:
> > What is the best practices here to page and slice columns from a row.
> > So lets say I have 1,000,000 columns in a row
> > I read the row but want to have 1 thread read columns 0 - , second
&g
What is the best practices here to page and slice columns from a row.
So lets say I have 1,000,000 columns in a row
I read the row but want to have 1 thread read columns 0 - , second
thread (actor in my case) 1 - 1 ... and so on so i can have 100
workers processing 10,000 columns for
Awesome!
On Thu, Jun 2, 2011 at 7:36 PM, Eric Evans wrote:
>
> I am very pleased to announce the official release of Cassandra 0.8.0.
>
> If you haven't been paying attention to this release, this is your last
> chance, because by this time tomorrow all your friends are going to be
> raving, and
t; I had it on our list of ideas for the Cassandra NYC meetup. I am down for
> action.
>
>
>
>
> On Mon, May 16, 2011 at 9:40 PM, Joseph Stein wrote:
>
>> Any interest for a Cassandra Hackathon evening in NYC? Any committer(s)
>> going to be in the NYC area toge
Any interest for a Cassandra Hackathon evening in NYC? Any committer(s)
going to be in the NYC area together that can lead/guide this?
http://www.meetup.com/NYC-Cassandra-User-Group/events/18635801/
I have a thumbs up to use our office www.medialets.com in the Milk Studios
building. It is a big
On Fri, Jan 21, 2011 at 1:49 PM, Mike Malone wrote:
> A more recent preso I gave about the SimpleGeo architecture is up at
> http://strangeloop2010.com/system/talks/presentations/000/014/495/Malone-DimensionalDataDHT.pdf
>
> Mike
>
> On Fri, Jan 21, 2011 at 10:02 AM, Joseph St
ave about the SimpleGeo architecture is up at
> http://strangeloop2010.com/system/talks/presentations/000/014/495/Malone-DimensionalDataDHT.pdf
>
> Mike
>
> On Fri, Jan 21, 2011 at 10:02 AM, Joseph Stein wrote:
>
>> I hear that a bunch of folks have GeoIndexing built on top
I hear that a bunch of folks have GeoIndexing built on top of Cassandra and
running in production.
Any of them open sourced (Twitter? SimpleGeo? Bueller?) planning on it?
/*
Joe Stein
http://www.linkedin.com/in/charmalloc
Twitter: @allthingshadoop
*/
Many thanks to those that put in all the hard work, time, dedication, etc
for another awesome release !!!
/*
Joe Stein
http://www.linkedin.com/in/charmalloc
Twitter: @allthingshadoop
*/
On Tue, Jan 11, 2011 at 12:23 PM, Eric Evans wrote:
>
> As some of you may already be aware, 0.7.0 has been o
If you are looking to store web logs and then do ad hoc queries you
might/should be using Hadoop (depending on how big your logs are)
While MongoDB has MapReduce (built in) it is there to simulate SQL GROUP BY
and not for large scale analytics by any means.
MongoDB uses a global read/write lock p
if i had a nickle for all of these... man... happy fourth of July US folks
=8^)
On Sat, Jul 3, 2010 at 11:33 PM, Ma Xiao wrote:
> unsubscribe
>
--
/*
Joe Stein
http://www.linkedin.com/in/charmalloc
Twitter: @allthingshadoop
*/
I believe I have asked before but now that I am really getting into the
weeds with this it seems I am about to go down the MongoDB path... before I
do let me ask again (as I would prefer to stick with Cassandra for this app)
Has anyone implemented geo (long & lat) calculations (distance) using
Cas
If anyone is interested there is a great talk from Jonathan Ellis on
the topic of Hadoop & Cassandra (interviewed yesterday)
http://wp.me/pTu1i-40
I never knew that Pig was supported and I must say it is pretty kewl
that you can run Pig scripts against your Cassandra data.
It is a podcast so grab
you can manage the number of map tasks by node
mapred.tasktracker.map.tasks.maximum=1
On Fri, May 7, 2010 at 9:53 AM, gabriele renzi wrote:
> On Fri, May 7, 2010 at 2:44 PM, Jonathan Ellis wrote:
>> Sounds like you need to configure Hadoop to not create a whole bunch
>> of Map tasks at once
>
The problem could be that you are crunching more data than will be
completed within the interval expire setting.
In Hadoop you need to kind of tell the task tracker that you are still
doing stuff which is done by setting status or incrementing counter on
the Reporter object.
http://allthingshadoo
(sp) Lucandra http://github.com/tjake/Lucandra
On Mon, Apr 26, 2010 at 11:08 PM, Joseph Stein wrote:
> great talk tonight in NYC I attended in regards to using Cassandra as
> a Lucene Index store (really great idea nicely implemented)
> http://blog.sematext.com/2010/02/09/lucandra-a-
great talk tonight in NYC I attended in regards to using Cassandra as
a Lucene Index store (really great idea nicely implemented)
http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-based-lucene-backend/
so Lucinda uses Cassandra as a distributed cache of indexes =8^)
On Mon, Apr 26, 2010 a
it is kind of the classic distinction between OLTP & OLAP.
Cassandra is to OLTP as HBase is to OLAP (for those SAT nutz).
Both are useful and valuable in their own right, agreed.
On Sun, Apr 25, 2010 at 12:20 PM, Jeff Hodges wrote:
> HBase is awesome when you need high throughput and don't care
Hi All, has anyone ever done geo coding to find distance based results
from storing long/lats with a starting long/lat and variable?
If not then any assistance to pointing me into the cassandra source
code where i could make this type of customized addition as i only
want to get the results for th
since it looks like 0.6.X is making its way towards GA, what is the
data migration path for folks running 0.5.1? thankstrying to
decide if to go to production with 0.6 beta3 or 0.5.1 and upgrade.
/*
Joe Stein
http://www.linkedin.com/in/charmalloc
*/
so i just moved to a new dev machine and went to download 0.5.1
was excited to see when googling "cassandra" coming up #1 (under the
top level site now)
but upset when EVERY mirror I tried came up 404 error not found =8^(
http://cassandra.apache.org/
try to download 0.5.1, no luck ... not sure
--
/*
Joe Stein
http://www.linkedin.com/in/charmalloc
*/
25 matches
Mail list logo