You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Oded Rotem <od...@gmail.com> on 2010/06/30 07:41:08 UTC

json writablecomparable

Hi,

 

Is there a json writablecomparable implementation anywhere?

 

Thanks,

Oded

 

 


RE: json writablecomparable

Posted by Oded Rotem <od...@gmail.com>.
I saw that too, thanks. Don't mean to be petty, but I was looking for the
Comparable version, not merely Writable...

-----Original Message-----
From: Harsh J [mailto:qwertymaniac@gmail.com] 
Sent: Wednesday, June 30, 2010 10:03 PM
To: common-user@hadoop.apache.org
Subject: Re: json writablecomparable

The code for Cloud9 is available on GitHub.

On Thu, Jul 1, 2010 at 12:27 AM, Oded Rotem <od...@gmail.com> wrote:
> Thanks. I've seen this site, but there's only discussion of it there, not
an
> implementation...

Look here (and navigate around to org.json for the specifics):
http://github.com/lintool/Cloud9/blob/master/src/dist/edu/umd/cloud9/io/JSON
ObjectWritable.java
>
> -----Original Message-----
> From: Ted Yu [mailto:yuzhihong@gmail.com]
> Sent: Wednesday, June 30, 2010 7:03 PM
> To: common-user@hadoop.apache.org
> Subject: Re: json writablecomparable
>
> Interesting:
> http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/content/data-types.html
>
> You need to define your own custom comparator.
>
> On Tue, Jun 29, 2010 at 10:41 PM, Oded Rotem
<od...@gmail.com>wrote:
>
>> Hi,
>>
>>
>>
>> Is there a json writablecomparable implementation anywhere?
>>
>>
>>
>> Thanks,
>>
>> Oded
>>
>>
>>
>>
>>
>>
>
>



-- 
Harsh J
www.harshj.com


Re: json writablecomparable

Posted by Harsh J <qw...@gmail.com>.
The code for Cloud9 is available on GitHub.

On Thu, Jul 1, 2010 at 12:27 AM, Oded Rotem <od...@gmail.com> wrote:
> Thanks. I've seen this site, but there's only discussion of it there, not an
> implementation...

Look here (and navigate around to org.json for the specifics):
http://github.com/lintool/Cloud9/blob/master/src/dist/edu/umd/cloud9/io/JSONObjectWritable.java
>
> -----Original Message-----
> From: Ted Yu [mailto:yuzhihong@gmail.com]
> Sent: Wednesday, June 30, 2010 7:03 PM
> To: common-user@hadoop.apache.org
> Subject: Re: json writablecomparable
>
> Interesting:
> http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/content/data-types.html
>
> You need to define your own custom comparator.
>
> On Tue, Jun 29, 2010 at 10:41 PM, Oded Rotem <od...@gmail.com>wrote:
>
>> Hi,
>>
>>
>>
>> Is there a json writablecomparable implementation anywhere?
>>
>>
>>
>> Thanks,
>>
>> Oded
>>
>>
>>
>>
>>
>>
>
>



-- 
Harsh J
www.harshj.com

Re: json writablecomparable

Posted by Ted Yu <yu...@gmail.com>.
Digging a little deeper would yield:
http://www.umiacs.umd.edu/~jimmylin/Cloud9/src/dist/edu/umd/cloud9/io/JSONObjectWritable.java

On Wed, Jun 30, 2010 at 11:57 AM, Oded Rotem <od...@gmail.com>wrote:

> Thanks. I've seen this site, but there's only discussion of it there, not
> an
> implementation...
>
> -----Original Message-----
> From: Ted Yu [mailto:yuzhihong@gmail.com]
> Sent: Wednesday, June 30, 2010 7:03 PM
> To: common-user@hadoop.apache.org
> Subject: Re: json writablecomparable
>
> Interesting:
> http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/content/data-types.html<http://www.umiacs.umd.edu/%7Ejimmylin/Cloud9/docs/content/data-types.html>
>
> You need to define your own custom comparator.
>
> On Tue, Jun 29, 2010 at 10:41 PM, Oded Rotem <oded.rotem.hd@gmail.com
> >wrote:
>
> > Hi,
> >
> >
> >
> > Is there a json writablecomparable implementation anywhere?
> >
> >
> >
> > Thanks,
> >
> > Oded
> >
> >
> >
> >
> >
> >
>
>

RE: json writablecomparable

Posted by Oded Rotem <od...@gmail.com>.
Thanks. I've seen this site, but there's only discussion of it there, not an
implementation...

-----Original Message-----
From: Ted Yu [mailto:yuzhihong@gmail.com] 
Sent: Wednesday, June 30, 2010 7:03 PM
To: common-user@hadoop.apache.org
Subject: Re: json writablecomparable

Interesting:
http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/content/data-types.html

You need to define your own custom comparator.

On Tue, Jun 29, 2010 at 10:41 PM, Oded Rotem <od...@gmail.com>wrote:

> Hi,
>
>
>
> Is there a json writablecomparable implementation anywhere?
>
>
>
> Thanks,
>
> Oded
>
>
>
>
>
>


Re: json writablecomparable

Posted by Ted Yu <yu...@gmail.com>.
Interesting:
http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/content/data-types.html

You need to define your own custom comparator.

On Tue, Jun 29, 2010 at 10:41 PM, Oded Rotem <od...@gmail.com>wrote:

> Hi,
>
>
>
> Is there a json writablecomparable implementation anywhere?
>
>
>
> Thanks,
>
> Oded
>
>
>
>
>
>