You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
During setup, this what l noticed.
The text was updated successfully, but these errors were encountered:
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.
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 runningvagrant ssh
.I am on Mac, sqoop 1.4.6. Spark 2.3.0
any help is appreciated
During setup, this what l noticed.
The text was updated successfully, but these errors were encountered: