On 5/28/08 1:22 PM, "Andreas Kostyrka" <[EMAIL PROTECTED]> wrote:
> I just wondered what other people use to access the hadoop webservers,
> when running on EC2?

    While we don't run on EC2 :), we do protect the hadoop web processes by
putting a proxy in front of it.  A user connects to the proxy,
authenticates, and then gets the output from the hadoop process.  All of the
redirection magic happens via a localhost connection, so no data is leaked
unprotected.

Reply via email to