All of lore.kernel.org
 help / color / mirror / Atom feed
* S3 comapatible with java-rados.
@ 2012-08-20  7:26 ramu
  2012-08-20  9:43 ` ramu
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: ramu @ 2012-08-20  7:26 UTC (permalink / raw)
  To: ceph-devel

Hi all,

   Is there anybody wrote s3 compatible with java-rados.Please help me to 
write s3 compatible with java-rados.Means from java ,how to connecting
to ceph and create bucket or volume.

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-20  7:26 S3 comapatible with java-rados ramu
@ 2012-08-20  9:43 ` ramu
  2012-08-20 15:55   ` Tommi Virtanen
  2012-08-21  1:38 ` Dan Mick
  2012-08-21  5:27 ` ramu
  2 siblings, 1 reply; 10+ messages in thread
From: ramu @ 2012-08-20  9:43 UTC (permalink / raw)
  To: ceph-devel

Hi,

 I want to install RADOS Gateway Rest interface.Please help me to install rados
gateway for rest interface(S3gw).

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-20  9:43 ` ramu
@ 2012-08-20 15:55   ` Tommi Virtanen
  0 siblings, 0 replies; 10+ messages in thread
From: Tommi Virtanen @ 2012-08-20 15:55 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel

On Mon, Aug 20, 2012 at 2:43 AM, ramu <ramu.freesystems@gmail.com> wrote:
>  I want to install RADOS Gateway Rest interface.Please help me to install rados
> gateway for rest interface(S3gw).

Once you have a working Ceph cluster, follow the instructions at
http://ceph.com/docs/master/radosgw/

If you run into problems, try to ask a more specific question.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-20  7:26 S3 comapatible with java-rados ramu
  2012-08-20  9:43 ` ramu
@ 2012-08-21  1:38 ` Dan Mick
  2012-08-21  5:27 ` ramu
  2 siblings, 0 replies; 10+ messages in thread
From: Dan Mick @ 2012-08-21  1:38 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel



On 08/20/2012 12:26 AM, ramu wrote:
> Hi all,
>
>     Is there anybody wrote s3 compatible with java-rados.Please help me to
> write s3 compatible with java-rados.Means from java ,how to connecting
> to ceph and create bucket or volume.

As a first approximation, I might try Googling "S3 Java", and thus 
trying something like

http://aws.amazon.com/sdkforjava/

or

http://jets3t.s3.amazonaws.com/downloads.html

The point of the RADOS gateway is to provide the S3 HTTP/REST interface 
in a compatible way, so Java bindings to S3 should Just Work.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-20  7:26 S3 comapatible with java-rados ramu
  2012-08-20  9:43 ` ramu
  2012-08-21  1:38 ` Dan Mick
@ 2012-08-21  5:27 ` ramu
  2012-08-21  6:25   ` ramu
  2 siblings, 1 reply; 10+ messages in thread
From: ramu @ 2012-08-21  5:27 UTC (permalink / raw)
  To: ceph-devel

Hi,

When am installing RADOS Gateway through this command"sudo apt-get install 
radosgw" 
it is showing error 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package radosgw

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-21  5:27 ` ramu
@ 2012-08-21  6:25   ` ramu
  2012-08-21  9:06     ` ramu
  2012-08-21 15:57     ` Tommi Virtanen
  0 siblings, 2 replies; 10+ messages in thread
From: ramu @ 2012-08-21  6:25 UTC (permalink / raw)
  To: ceph-devel

Am installing RADOS Gateway from 
$ ./configure --with-radosgw
$ make install
It was installed.But After I did the steps from the site is 
"http://ceph.com/docs/master/radosgw/config/"
In that enable rados gateway configuration it showing the error is,

root@vu-AP480-S:/etc/apache2/sites-enabled# sudo a2ensite rgw.conf
ERROR: Site rgw.conf does not exist!

Ramu.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-21  6:25   ` ramu
@ 2012-08-21  9:06     ` ramu
  2012-08-21 16:00       ` Tommi Virtanen
  2012-08-21 15:57     ` Tommi Virtanen
  1 sibling, 1 reply; 10+ messages in thread
From: ramu @ 2012-08-21  9:06 UTC (permalink / raw)
  To: ceph-devel

    And also create bucket using this command"s3 -u create test"
But it is showing error,

root@vu-AP480-S:/home/vu# export S3_ACCESS_KEY_ID=NUQ18TE2DPLGIQAJN83B
root@vu-AP480-S:/home/vu# export 
S3_SECRET_ACCESS_KEY=hLgKCloH+ZI4rWAnS3JH89zSFd9lMXbA6lwpbqRr
root@vu-AP480-S:/home/vu# export S3_HOSTNAME=rgw.node32
root@vu-AP480-S:/home/vu# s3 -u create alpha
s3: command not found
root@vu-AP480-S:/home/vu# s3 -u list
s3: command not found




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-21  6:25   ` ramu
  2012-08-21  9:06     ` ramu
@ 2012-08-21 15:57     ` Tommi Virtanen
  2012-08-26  1:49       ` ramu
  1 sibling, 1 reply; 10+ messages in thread
From: Tommi Virtanen @ 2012-08-21 15:57 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel

On Mon, Aug 20, 2012 at 11:25 PM, ramu <ramu.freesystems@gmail.com> wrote:
> Am installing RADOS Gateway from
> $ ./configure --with-radosgw
> $ make install
> It was installed.But After I did the steps from the site is
> "http://ceph.com/docs/master/radosgw/config/"
> In that enable rados gateway configuration it showing the error is,
>
> root@vu-AP480-S:/etc/apache2/sites-enabled# sudo a2ensite rgw.conf
> ERROR: Site rgw.conf does not exist!

You need to create the configuration file, as explained in section
http://ceph.com/docs/master/radosgw/config/#create-rgw-conf of the
documentation.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-21  9:06     ` ramu
@ 2012-08-21 16:00       ` Tommi Virtanen
  0 siblings, 0 replies; 10+ messages in thread
From: Tommi Virtanen @ 2012-08-21 16:00 UTC (permalink / raw)
  To: ramu; +Cc: ceph-devel

On Tue, Aug 21, 2012 at 2:06 AM, ramu <ramu.freesystems@gmail.com> wrote:
>     And also create bucket using this command"s3 -u create test"
> But it is showing error,
...
> root@vu-AP480-S:/home/vu# s3 -u create alpha
> s3: command not found

So you don't have the s3 command installed, then. See
https://github.com/wido/libs3

Please don't share your secret keys on public mailing lists.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: S3 comapatible with java-rados.
  2012-08-21 15:57     ` Tommi Virtanen
@ 2012-08-26  1:49       ` ramu
  0 siblings, 0 replies; 10+ messages in thread
From: ramu @ 2012-08-26  1:49 UTC (permalink / raw)
  To: ceph-devel

Hi all,

   I configured rgw.conf also after i configured run the s3 command 
"s3 -u create test" am getting this error,
ERROR:Connection Failed.

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-08-26  1:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-20  7:26 S3 comapatible with java-rados ramu
2012-08-20  9:43 ` ramu
2012-08-20 15:55   ` Tommi Virtanen
2012-08-21  1:38 ` Dan Mick
2012-08-21  5:27 ` ramu
2012-08-21  6:25   ` ramu
2012-08-21  9:06     ` ramu
2012-08-21 16:00       ` Tommi Virtanen
2012-08-21 15:57     ` Tommi Virtanen
2012-08-26  1:49       ` ramu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.