Apache Hive not allowing use of certain functions

I'm fairly new to TDP and I've been using it to query Hive using Apache Hive. Mostly its working great, but it's not allowing me to use certain functionality that works fine in other tools. For example, it does not allow me to run a query using MINUS.
Today I'm trying a more complex query using a LATERAL VIEW explode and again its not recognizing the function and won't allow the query to run. Running the same queries in AquaData Studio runs fine, so its not a syntax issue.
Any ideas?