claudiofahey / isilon-hadoop-tools

Tools to deploy Hadoop on EMC Isilon
18 stars 21 forks source link

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

Open radya13 opened 7 years ago

radya13 commented 7 years ago

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 commented 7 years ago

@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 commented 7 years ago

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 commented 7 years ago

@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 commented 7 years ago

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" notifications@github.com 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 https://github.com/claudiofahey/isilon-hadoop-tools/issues/20#issuecomment-293336077, or mute the thread https://github.com/notifications/unsubscribe-auth/AUrwq7ELs7zhKwDrXblHQjO0_5doOvXnks5ru7dDgaJpZM4M4Y2e .