- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Using Apache Maven, POM Files and Open Source Dependencies During CCP: Data Engineer Exam (DE575)
- Labels:
-
Certification
-
Training
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was reviewing the list of tools available for the CCP: Data Engineer Exam (DE575)
It is not obvious if Maven can be used during the exam to compile the JAR files.
I typically use Maven to build my Jars and I use some open source dependencies in my Map/Reduce logic.
http://www.cloudera.com/content/cloudera/en/training/certification/ccp-data-engineer.html
I would like to know if Maven is available during this test and if I can point my pom file to
https://repository.cloudera.com/artifactory/cloudera-repos so that I can use open source libraries such as Google GSON, Joda Time and Apache Common utils during the exam in my M/R code.
Please let me know at your earliest convenience.
Thanks.
Created ‎08-14-2015 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The exam environment includes a base Maven project preconfigured with all relevant dependencies that you can clone. The local Maven cache contains all necessary JAR files.
During the exam, however, the firewall will prevent you from loading any modules that are not already cached. Fortunately, all Hadoop-related JAR files, including things like Guava and Apache Commons are provided in the /opt/cloudera/parcels/CDH/jars directory.
Devon
Created ‎08-14-2015 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The exam environment includes a base Maven project preconfigured with all relevant dependencies that you can clone. The local Maven cache contains all necessary JAR files.
During the exam, however, the firewall will prevent you from loading any modules that are not already cached. Fortunately, all Hadoop-related JAR files, including things like Guava and Apache Commons are provided in the /opt/cloudera/parcels/CDH/jars directory.
Devon
Created ‎03-18-2016 12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Do you have scala sbt installed for packaging scala files into requred jars.
Thanks,
Satya
Created ‎03-21-2016 02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SBT is not one of the packages that comes installed on the cluster.
Created ‎03-23-2016 03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, we have to use maven for compiling scala applications.
