keith-turner commented on issue #270: Support Accumulo installs on Microsoft 
Azure
URL: https://github.com/apache/fluo-muchos/pull/270#issuecomment-522097888
 
 
   > Could you let me know the EC2 instance type that you were using for tests?
   
   @arvindshmicrosoft  I am trying to use the following settings.
   
   ```
   default_instance_type = m5d.xlarge
   worker_instance_type = d2.xlarge
   ```
   
   > given that leader1 failed (due to the drive folder issue) and presuming 
that leader1 is also the proxy host, it looks like the downstream download 
Accumulo tarball task did not run on the proxy (that is Ansible's behavior)
   
   @arvindshmicrosoft thanks for that explanation, it was immensely helpful!  I 
do not know Ansible very well, but I'm quickly learning.  While debugging I ran 
the following commands on the cluster, the first would not download and the 
second would.
   
   ```bash
   ansible-playbook ansible/site.yml --extra-vars "azure_proxy_host=_"
   ```
   
   ```bash
   ansible-playbook ansible/accumulo.yml --extra-vars "azure_proxy_host=_"
   ```
   
   After reading your message I now understand the difference in behavior.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to