I have an API distribution loader working with Aristotle, and I’m extracting table data from Cloudera Atlas (which offers some insight to metadata concerning a Hadoop file system). One of the fields I want to copy over is the table’s location, which in Atlas might look something like this:
“location”: “hdfs://hdfs-box/path/morepath/rrr_priv/data/country_table”
In Aristotle, I thought a good spot for this might be the Distribution field “Access URL”, yet this seems to prefer a regular internet path instead of something that makes sense for a Hadoop file system.
Here’s the error if you try a regular edit screen:
Is there another field this location data would be better placed in?
Or should “Access URL” be updated to allow for locations unique to hadoop?