Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqoop: command not found error #25

Open
lekeCoder opened this issue Aug 29, 2021 · 2 comments
Open

sqoop: command not found error #25

lekeCoder opened this issue Aug 29, 2021 · 2 comments

Comments

@lekeCoder
Copy link

I followed the steps in the README doc and all went pretty well except for sqoop and flume. When l try to run sqoop command l keep getting this error: sqoop not found after running vagrant ssh.

I am on Mac, sqoop 1.4.6. Spark 2.3.0

any help is appreciated

Screen Shot 2021-08-29 at 7 40 08 AM

During setup, this what l noticed.
Screen Shot 2021-08-29 at 7 58 36 AM

@martinprobson
Copy link
Owner

Hello @lekeCoder - I think this is because sqoop has gone into the Apache attic (i.e. it is no longer actively maintained by the Apache team - see this link ). Therefore the download is no longer available from the default location.
Do you still need to use sqoop? If not you can just comment out the sqoop installation part in the VagrantFile : -

 node.vm.provision :shell, path: 'scripts/setup-pig.sh'
        node.vm.provision :shell, path: 'scripts/setup-flume.sh'
        node.vm.provision :shell, path: 'scripts/setup-sqoop.sh'  # comment out this line with '#'
        node.vm.provision :shell, path: 'scripts/setup-zeppelin.sh'

Or you can use the master branch which already has sqoop commented out.
If you still need to use sqoop in your VM then I can try and track down an alternative mirror.

@lekeCoder
Copy link
Author

@martinprobson thank you for responding and offering to help. unfortunately, l still need sqoop. hopefully you will find a working sqoop package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants