trafodion-development team mailing list archive
-
trafodion-development team
-
Mailing list archive
-
Message #00087
Trying to reinitialize development environment
Hi Trafodion developers,
Yesterday I wanted to blow away my Trafodion development environment and start fresh. So, on my workstation, I went to the core directory and did a rm -rfv *, and got rid of the hidden .git* files as well. Then cloned core from the repository, did the usual make and install_local_hadoop steps and so on. But now when I try to bring up Trafodion, it hangs. DTM comes up, RMS does not.
Also, when I try to access hbase directly from the shell, it also hangs.
Now, one detail I should add: When I blew away my core directory, I forgot to stop my old instance. So I did a ckillall and manually killed any old processes that jps showed. It looks like I missed the mysqld and mysqld_safe processes using that procedure, so I later tried manually killing those as well.
I'm guessing there is yet still something from my old instance that I need to get rid of before my new instance will come up.
Suggestions?
Thanks,
Dave
Follow ups