-
Notifications
You must be signed in to change notification settings - Fork 21
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
isilon-hadoop-tools, password and group file #20
Comments
@radya13 Hello, apologies for any confusion, but this repository has been replaced by Isilon/isilon_hadoop_tools. To answer your question, the cat ./*.passwd
cat ./*.group |
@radya13 Interesting... I suspect you are using an outdated version of the script. Output from the latest version looks like this:
|
Yes you are right i got the right scripts now and it works good . Thank you
so.much :*
Le 11 avr. 2017 18:24, "David Tucker" <[email protected]> a écrit :
… @radya13 <https://github.com/radya13> Interesting... I suspect you are
using an outdated version of the script. Output from the latest version
<https://github.com/Isilon/isilon_hadoop_tools/blob/master/isilon_create_users.sh>
looks like this:
dtucker-users-1# curl 'https://raw.githubusercontent.com/Isilon/isilon_hadoop_tools/master/isilon_create_users.sh' > isilon_create_users.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11593 100 11593 0 0 28089 0 --:--:-- --:--:-- --:--:-- 41256
dtucker-users-1# chmod +x isilon_create_users.sh
dtucker-users-1# ./isilon_create_users.sh --dist hwx --startgid 501 --startuid 501 --zone System
Info: Hadoop distribution: hwx
Info: groups will start at GID 501
Info: users will start at UID 501
Info: will put users in zone: System
Info: HDFS root: /ifs/hdfs
Info: passwd file: System.passwd
Info: group file: System.group
SUCCESS -- Hadoop users created successfully!
Done!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUrwq7ELs7zhKwDrXblHQjO0_5doOvXnks5ru7dDgaJpZM4M4Y2e>
.
|
Hi every body,
I m trying to tie together isilon and hortonworks, using this guide https://www.emc.com/collateral/TechnicalDocument/docu71396.pdf
when i execute the code create_users.sh i dont see where does it put passwd and group files, ,'cause when i execute this command " cat .passwd " it doesnt find anything, i checked, but no way and this leades to deployment failure,
thank you very much.
The text was updated successfully, but these errors were encountered: