When you want to browse a table, the Kylo UI is filtering out all the Hive tables that ends with one of these values: "_valid", "_invalid", "_profile", "_feed"
When a feed is create with a name e.g. "UserdataFeed", the standard ingest will create a Hive table with the name userdata_feed, which is then filtered out by the Kylo UI resulting in the impossibility to browse the table.
I created a pull request for this: https://github.com/Teradata/kylo/pull/46
Closing this issue as it is a dup and was resolved in 0.8.3.1 via: