In my HUE , I have a Parquet file with the name empParquet. I need to display the content of part-00000-b4703da3-7e91-4035-912b-698680ed8529.snappy.parquet using CAT command.
When I give cat part-00000-b4703da3-7e91-4035-912b-698680ed8529.snappy.parquet in my console, it shows an error - cat: No such file or directory
How to solve this?