AbsaOSS / enceladus

Dynamic Conformance Engine
Apache License 2.0
29 stars 14 forks source link

#2126 Implement wrapper atop HDFS Service #2127

Closed Zejnilovic closed 1 year ago

Zejnilovic commented 1 year ago
  1. Instead of ENV variable HADOOP_CONF_DIR use property menas.fs.config.type
  2. Add a wrapper around the FileSystem so we can implement None type and alter S3 type after HDFS type

Closes #2126

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

miroslavpojer commented 1 year ago

Tested. Simulated old state without env variable to see crash, then switch to PR branch where no crash happen.