Member since
12-23-2016
8
Posts
1
Kudos Received
0
Solutions
02-17-2017
11:57 AM
2 Kudos
There is no set date for the expiration of a Hortonworks Certification.
Normally when a new certification format is implemented, it is desired to have the new certification over the old one and the new certification takes precedence.
However, an overlap period will be considered to allow candidates to come up to speed and obtain the new certification. We will announce any new certification in the future and give you ample time to prepare for it.
... View more
01-16-2018
08:43 PM
Hi, I have given my HDPCA exam on 7th Jan 2018 and still waiting for result. I dropped 2 mails at certification@hortonworks.com after 5 working days of my exam but didn't get any reply. Can you pls let me know when can I get my result ? Thanks Shyam , Hi , I have given my HDPCA exam on 7th Jan 17 and still waiting for results. I have dropped 2 mails at certification@hortonworks.com but dint get any reply. When can I expect result ? Thanks
... View more
02-03-2017
04:44 PM
1 Kudo
You have to convert the DF to a table, then save the table like: myDF.registerTempTable("myTempTable")
val myDFTable = sqlContext.sql("SELECT col1, col2, col3 FROM myTempTable WHERE col2 > 1000")
myDFTable.map(x => x(0) + "," + x(1) + "," + x(2)).saveAsTextFile("output.csv")
... View more
02-01-2017
02:55 PM
1 Kudo
Hello, Abhijit, The exam does not specify which method, that is up to you, as long as the output is in the correct format and # records. Hope that this helps
... View more
05-25-2017
03:14 PM
1 Kudo
Yes, write the scala code that will run in spark shell
... View more
01-30-2017
07:32 PM
2 Kudos
There is no need to build. The entire exam can be done via Scala/Python shells. Thanks
... View more