Created on 10-02-2017 06:59 PM - edited 09-16-2022 05:20 AM
Hi, I encountered a problem during the certification exam. There was a question to reference a hive table to solve. I wanted to use SparkSQL to solved it, however, as far as I know, the hive-site.xml need to be presented in spark/conf directory in order to do so. So I do cp command, but root is required. I then try $sudo passwd try to change the password of the root, but the password of the "cert" account seem to be incorrect. Thus I cannot copy the hive-site.xml to spark/conf. Maybe the problem is not expecting to be solved by SparkSQL but just want to know about if it is possible to move files around with the account given to us.
Later I also do $passwd command try to validate the password given in the webpage, but the password is incorrect as well, not sure what I missed, any ideas.
Thanks in advance!
David
Created 02-04-2019 01:57 PM
Hi @dome,
I checked with the certification team who advised there is no root access given as the CCA175 exam does not require it.
Created 10-03-2017 04:34 AM
For your situation I would email the certification team via certification@cloudera.com for further information.
Created 02-03-2019 07:54 AM
Can we know if ther's root access during the exams?
Created 02-04-2019 01:57 PM
Hi @dome,
I checked with the certification team who advised there is no root access given as the CCA175 exam does not require it.
Created 03-07-2019 08:12 PM
did you try to access hive table from spark console first?