The use case for which HBase REST was designed is for communication between back end components. So there is no support for JSONP or other cross-domain concerns.
----- Original Message ----- > From: Wei Shung Chung <[email protected]> > To: "[email protected]" <[email protected]> > Cc: > Sent: Friday, November 18, 2011 9:12 AM > Subject: Re: HBase REST with JSONP > > I'm making jquery Ajax call from a different domain/cross domain and > can't get it to work :( > > Sent from my iPhone > > On Nov 18, 2011, at 10:15 AM, Andrew Purtell <[email protected]> wrote: > >>> From: Wei Shung Chung <[email protected]> >>> >>> Can I use JSONP with HBase REST ? >>> >> >> >> No. Are there some circumstances where you would prefer to get back URIs to > resources instead of the resources themselves in the response body? For > example, > a scan that returns only a list of URIs to row/column:qualifier/timestamp > instead of the values themselves and metadata in a structured representation? >> >> What are you trying to achieve? >> >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) >
