Member since
09-12-2015
9
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4463 | 04-12-2016 08:36 PM |
04-12-2016
08:36 PM
Upgrading to Ansible 2.0+ fixed the issue here. I am able to continue the build now after upgrading. It was likely due to an older version of Ansible that I had installed.
... View more
04-06-2016
11:01 PM
tbenton$ ansible --version ansible 1.9.0.1 configured module search path = None
[vagrant@node1 ~]$ ls /tmp epel-release.rpm hosts ks-script-u_G5MN ks-script-u_G5MN.log vboxguest-Module.symvers yum.log
which git log did you want the hash from?
... View more
04-01-2016
03:02 PM
@cstella Log output from ansible-playbook run ==> node1: Running provisioner: ansible...
node1: Running ansible-playbook...
PLAY [ec2] ********************************************************************
skipping: no hosts matched
PLAY [ambari_*] ***************************************************************
GATHERING FACTS ***************************************************************
ok: [node1]
TASK: [libselinux-python | Install libselinux-python] *************************
changed: [node1]
TASK: [yum-update | Yum Update Packages] **************************************
changed: [node1]
TASK: [epel | Get epel-repo rpm] **********************************************
changed: [node1]
TASK: [epel | Install epel-repo rpm] ******************************************
changed: [node1]
TASK: [ntp | Install ntp] *****************************************************
changed: [node1]
TASK: [ntp | Ensure ntp is running and enabled] *******************************
changed: [node1]
TASK: [ambari_common | Check OS Version] **************************************
skipping: [node1]
TASK: [ambari_common | Generate ssh key pair for "root"] **********************
changed: [node1]
TASK: [ambari_common | Fetch the generated public key] ************************
changed: [node1]
TASK: [ambari_common | Add key pairs to existing authorized_keys] *************
fatal: [node1] => could not locate file in lookup: /tmp/keys/{{ item }}.pub
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/tbenton/metron_full_install.retry
node1 : ok=9 changed=8 unreachable=1 failed=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
... View more
04-01-2016
12:21 PM
Everything else is showing success through the mvn apache-rat and integration-test. I only get an error at this point. Mac OS X 10.11.4 Vagrant 1.8.1 VirtualBox 5.0.16
... View more
03-31-2016
01:00 PM
1 Kudo
I am seeing the following error message when performing the single node Metron setup using Vagrant. I've repeated the process and can confirm the issue happens each time. TASK: [ambari_common | Add key pairs to existing authorized_keys] *************
fatal: [node1] => could not locate file in lookup: /tmp/keys/{{ item }}.pub
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/tbenton/metron_full_install.retry
node1 : ok=9 changed=8 unreachable=1 failed=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
... View more
Labels:
- Labels:
-
Apache Metron
11-24-2015
04:42 PM
1 Kudo
@gopal just to confirm, these improvements would require HDP 2.3.x and later correct?
... View more
11-20-2015
05:15 PM
Within the GPU labeled node, could I have to separate workloads that I can enforce on that node only?
... View more
10-08-2015
01:31 PM
Does HDP 2.3 support per node label capacity scheduler queues? We'd like to be able to label nodes as "high memory", "dense storage", etc and split the workload within those nodes to maintain SLAs.
... View more
Labels:
- Labels:
-
Apache YARN
10-02-2015
04:22 PM
Labels:
- Labels:
-
Apache Kafka