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

isilon-hadoop-tools, password and group file #20

Open
radya13 opened this issue Apr 10, 2017 · 4 comments
Open

isilon-hadoop-tools, password and group file #20

radya13 opened this issue Apr 10, 2017 · 4 comments

Comments

@radya13
Copy link

radya13 commented Apr 10, 2017

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.

@dmtucker
Copy link

@radya13 Hello, apologies for any confusion, but this repository has been replaced by Isilon/isilon_hadoop_tools.

To answer your question, the passwd and group files will be named after the zone you initialized and placed in $PWD (e.g. ./System.passwd). You should be able to view them (after running isilon_create_users.sh) with:

cat ./*.passwd
cat ./*.group

@radya13
Copy link
Author

radya13 commented Apr 11, 2017

Hi claudio .
Thank you for ur answer . Nice of you , unfortunately i m still having the same problem. Here u can find the cli output

Kindly
capture d ecran 2017-04-10 a 20 42 56
capture d ecran 2017-04-10 a 20 42 56

@dmtucker
Copy link

@radya13 Interesting... I suspect you are using an outdated version of the script. Output from the latest version 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!

@radya13
Copy link
Author

radya13 commented Apr 11, 2017 via email

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