-
Notifications
You must be signed in to change notification settings - Fork 3
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
User issues #6
Comments
@radya13 Hello again 😛 I'm sorry to say this project is also dead... I think more people monitor Isilon/isilon_hadoop_tools and would be able to help you out there. Please file issues/questions against that project in the future. Unfortunately, your images do not load for me. Also, I'm not quite sure what you mean "it doesn't match". The passwd and group file that are produced by ./isilon_create_users.sh ...
scp ./System.passwd [email protected]:~
ssh [email protected] diff ./System.passwd /etc/passwd # Each user should be in one file or the other, not both.
cat ./System.passwd >> /etc/passwd |
Hi Claudio ! Thank you very much!,
I did that:
First i create users and directories
Then i copy manually and paste the content of System.passwd to to end of
/etc/ passwd the same for group. But i m having an error a sort of
delimited space for users who should not exist and hosts.
Is it a syntaxic issue?
Thank you very Claudio and i m so sorry for your time!
Le 11 avr. 2017 22:48, "David Tucker" <[email protected]> a écrit :
… @radya13 <https://github.com/radya13> Hello again 😛 I'm sorry to say
this project is also dead... I think more people monitor
Isilon/isilon_hadoop_tools <https://github.com/Isilon/isilon_hadoop_tools>
and would be able to help you out there. Please file issues/questions
against that project in the future.
Unfortunately, your images do not load for me. Also, I'm not quite sure
what you mean "it doesn't match". The passwd and group file that are
produced by isilon_create_users.sh are meant to *supplement* /etc/passwd
and /etc/group (respectively) on clients. You can use the following
commands to append them:
./isilon_create_users.sh ...
scp ./System.passwd ***@***.***:~
ssh ***@***.***
diff ./System.passwd /etc/passwd # Each user should be in one file or the other, not both.
cat ./System.passwd >> /etc/passwd
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUrwqxS_5HC7zIDZ11As1wJZoyAEtYEXks5ru_UQgaJpZM4M6qmW>
.
|
@radya13 Hmm... I suspect you may be hitting Isilon/isilon_hadoop_tools#28. Could you show the exact error? It's no problem :) I'm David, by the way. Claudio is still around, though working more in other areas now I think. |
Good morning David, this images, shows the exact error.
ᐧ
…On Tue, Apr 11, 2017 at 11:55 PM, David Tucker ***@***.***> wrote:
@radya13 <https://github.com/radya13> Hmm... I suspect you may be hitting
Isilon/isilon_hadoop_tools#28
<Isilon/isilon_hadoop_tools#28>. Could you show
the exact error?
It's no problem :) I'm David, by the way. Claudio is still around, though
working more in other areas now I think.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUrwq6NddQoroGVJYB-bmLjImUrzwraPks5rvATNgaJpZM4M6qmW>
.
|
@radya13 Oh, interesting... What version of Ambari are you using and which version of HDP are you attempting to deploy? Also, it looks like you're hitting something similar to the issue I mentioned above... The last line of your group file should be 2 lines: 1 for |
@radya13 Apparently this has been seen before but only "on over the top reinstalls that were not cleaned up correctly" (i.e. when using hosts that were previously part of an Ambari-deployed Hadoop cluster). Does that sounds like a situation you could be in? If so, consider disregarding the warning and proceeding. The end state is what matters, and, as long as you use |
hello David , sorry for the late, even if deployment of isilon failed?
ᐧ
…On Wed, Apr 12, 2017 at 6:19 PM, David Tucker ***@***.***> wrote:
@radya13 <https://github.com/radya13> Apparently this has been seen
before but only "on over the top reinstalls that were not cleaned up
correctly" (i.e. when using hosts that were previously part of an
Ambari-deployed Hadoop cluster). Does that sounds like a situation you
could be in?
If so, consider disregarding the warning and proceeding. The end state is
what matters, and, as long as you use isilon_create_users.sh, the passwd
and group files *should* be correct and match the users created on OneFS.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUrwq3vCtJwsF8T9TecoEu_bMWDzh9xoks5rvQexgaJpZM4M6qmW>
.
|
@radya13 I think so, but I'm not sure. If you're still having difficulties, I would encourage you to reach out to Isilon support. FWIW, I believe the most up-to-date documentation on Kerberized deployment of HDP with OneFS can be found at https://support.emc.com/docu83410_EMC-Isilon-OneFS-With-Hadoop-and-Hortonworks-For-Kerberos-Installation-Guide.pdf. |
Hi every body
i m trying to tie together isilon and hortonworks , but i m having ''users issues "
i copy and paste the content of System.passwd and System.group to the end of hortonworks /etc/passwd and /etc/group; but it doesnt match !i don t know what it wrong !
![Uploading Capture d’écran 2017-04-11 à 18.17.22.png…]()
![Uploading Capture d’écran 2017-04-11 à 18.17.51.png…]()
![Uploading Capture d’écran 2017-04-11 à 18.18.04.png…]()
![Uploading Capture d’écran 2017-04-11 à 18.18.17.png…]()
![Uploading Capture d’écran 2017-04-11 à 18.21.50.png…]()
amabri web ( admin )
ssh root ( isilon / hdp )
isilon web (root)
Thank you very much !
The text was updated successfully, but these errors were encountered: