Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Launching Spark cluster...
  2. Setting up security groups...
  3. ERROR:boto:403 Forbidden
  4. ERROR:boto:<?xml version="1.0" encoding="UTF-8"?>
  5. <Response><Errors><Error><Code>UnauthorizedOperation</Code><Message>You are not authorized to perform this operation. Encoded authorization failure message: [encrypted message here]</Message></Error></Errors><RequestID>dd2b5ac7-6e5a-43ec-bf3a-f4a1db8f63d8</RequestID></Response>
  6. Traceback (most recent call last):
  7. File "/opt/spark/spark_ec2.py", line 1526, in <module>
  8. main()
  9. File "/opt/spark/spark_ec2.py", line 1518, in main
  10. real_main()
  11. File "/opt/spark/spark_ec2.py", line 1347, in real_main
  12. (master_nodes, slave_nodes) = launch_cluster(conn, opts, cluster_name)
  13. File "/opt/spark/spark_ec2.py", line 505, in launch_cluster
  14. src_group=master_group)
  15. File "/opt/spark/lib/boto-2.34.0/boto/ec2/securitygroup.py", line 203, in authorize
  16. dry_run=dry_run)
  17. File "/opt/spark/lib/boto-2.34.0/boto/ec2/connection.py", line 3192, in authorize_security_group
  18. params, verb='POST')
  19. File "/opt/spark/lib/boto-2.34.0/boto/connection.py", line 1223, in get_status
  20. raise self.ResponseError(response.status, response.reason, body)
  21. boto.exception.EC2ResponseError: EC2ResponseError: 403 Forbidden
  22. <?xml version="1.0" encoding="UTF-8"?>
  23. <Response><Errors><Error><Code>UnauthorizedOperation</Code><Message>You are not authorized to perform this operation. Encoded authorization failure message: [encrypted message here]</Message></Error></Errors><RequestID>dd2b5ac7-6e5a-43ec-bf3a-f4a1db8f63d8</RequestID></Response>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement