-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hive (ORC) support on HdfsToTeradata job type. Other properties (tdch…
….other.properties.hocon) now support full override and removal of input parameters. Bug fix on passing hadoop parameter. Whitelist now can be disabled by simply removing it from the config
- Loading branch information
1 parent
a4674be
commit 945f36d
Showing
23 changed files
with
289 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
jobtype.class=azkaban.jobtype.connectors.teradata.HdfsToTeradataJob | ||
jobtype.classpath=lib/* | ||
jobtype.classpath=lib/*,tdch_hive_lib/* | ||
azkaban.no.user.classpath=true | ||
|
||
jobtype.lib.dir=${plugin.dir}/lib | ||
jobtype.tdwallet.jar=${jobtype.lib.dir}/teradata-connector-1.4.2.jar | ||
|
||
libjars.home=${plugin.dir}/libjars | ||
libjars=${jobtype.lib.dir}/teradata-connector-1.4.2.jar,${libjars.home}/* | ||
|
||
whitelist.file.path=/resources/azkaban/hdfsToTeradata/whitelist.txt | ||
#Separate libjar with hive job type as it makes version conflict. tdch_hive_lib contains cherry picked hive jars as brining all hive jars makes version conflict. | ||
libjars.hive=${libjars},${plugin.dir}/tdch_hive_lib/* | ||
|
||
whitelist.file.path=/resources/azkaban/hdfsToTeradata/whitelist.txt |
Binary file added
BIN
+161 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/antlr-runtime-3.4.jar
Binary file not shown.
Binary file added
BIN
+157 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/commons-dbcp-1.4.jar
Binary file not shown.
Binary file added
BIN
+332 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/datanucleus-api-jdo-3.2.6.jar
Binary file not shown.
Binary file added
BIN
+1.8 MB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/datanucleus-core-3.2.10.jar
Binary file not shown.
Binary file added
BIN
+1.73 MB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/datanucleus-rdbms-3.2.9.jar
Binary file not shown.
Binary file added
BIN
+3.08 MB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/derby-10.12.1.1.jar
Binary file not shown.
Binary file added
BIN
+36.2 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/hive-cli-0.13.1.62.jar
Binary file not shown.
Binary file added
BIN
+14.8 MB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/hive-exec-0.13.1.62.jar
Binary file not shown.
Binary file added
BIN
+4.48 MB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/hive-metastore-0.13.1.62.jar
Binary file not shown.
Binary file added
BIN
+196 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/jdo-api-3.0.1.jar
Binary file not shown.
Binary file added
BIN
+269 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/libfb303-0.9.0.jar
Binary file not shown.
Binary file added
BIN
+339 KB
plugins/jobtype/jobtypes/hdfsToTeradata/tdch_hive_lib/libthrift-0.9.0.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.