According to this post HDP uses UTC as default but a simple Hive Statement like this and multiple JIRA Issues proves that isn't true.
select concat('Example: ',cast(cast('2017-03-12 02:00:00' as timestamp) as string));
Example: 2017-03-12 03:00:00
Can someone provide guidance on how to set the JVMs Timezone?