[
https://issues.apache.org/jira/browse/WHIRR-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880993#action_12880993
]
Jeff Hammerbacher commented on WHIRR-35:
----------------------------------------
proxy.pac from http://archive.cloudera.com/docs/_launching_a_cluster.html:
{noformat}
function FindProxyForURL(url, host) {
if ((shExpMatch(host, "*ec2*.amazonaws.com*")) ||
(shExpMatch(host, "*ec2.internal*")) ||
(shExpMatch(host, "*domu*.internal*"))) {
return "SOCKS localhost:6666";
}
return "DIRECT";
}
{noformat}
> Include .pac file for browsing to Hadoop clusters started on EC2
> ----------------------------------------------------------------
>
> Key: WHIRR-35
> URL: https://issues.apache.org/jira/browse/WHIRR-35
> Project: Whirr
> Issue Type: Improvement
> Reporter: Jeff Hammerbacher
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.