pegasus icon indicating copy to clipboard operation
pegasus copied to clipboard

VM based deployment for prototyping Big Data tools on Amazon Web Services

Results 14 pegasus issues
Sort by recently updated
recently updated
newest added

It seems that Mac OS X users already have `ssh-agent -s` running in the background, but not for Ubuntu, Windows Cygwin, or Windows 10 Ubuntu Bash. It should be explicitly...

Fix ssh-agent check to use $SSH_AGENT_PID and $SSH_AUTH_SOCK instead of counting the number of ssh-agent instances.

I have followed the read me provided on Windows using git bash. I was unable to run examples/spark; the following is the input line and error message: $ peg up...

I found there is a typo in the pegasus/install/download_tech/ELASTICSEARCH_URL=6.2.4, it supposed to be "ELASTICSEARCH_VER=6.2.4" instead of "ELASTICSEARCH_URL=6.2.4"

What possible security threat is making public the internal AWS subnet IDs, security group IDs, key name, and tag names? Or is there a non-security reason for this that I'm...

The check for `util.sh` counts the number of global `ssh-agent` PID (this includes other users) instead of checking to see if `ssh-agent` environmental variables are properly set. This means that...

peg install asking to "peg fetch" doesn't do anything. After some digging I realize that this is happening because PEG_ROOT is not set. A good fix would be to check...

utils.sh uses ssh-add for which output is directed to /dev/null which gobbles up any error messages. Check for return code and if it non-zero then try to do eval "$(ssh-agent)"....

The version numbers in install/download_tech have outpaced the documentation. Help them catch up.