All,
Is there an API to do hive sync? The use case is for a pipeline that does update Hive after all the plumbing. I do see that there is a HiveSyncTool() functionality available. But the issue I have with that is with the hardcoded username and password to access Hive. I have currently circumvented it by using Spark. All I am trying to find out is if there is an API that can handle all the options (like HIVE_ASSUME_DATE_PARTITION_OPT_KEY) without asking for user crendentials to be passed through configuration file or through manual entry. Thanks Kabeer.
