Govind Raghu
Results
1
issues of
Govind Raghu
I am using HIve Warehouse connector to write a DataFrame to a hive table. Code for save looks like below: inputDS.write() .mode(SaveMode.Append) .format(HiveWarehouseSession.HIVE_WAREHOUSE_CONNECTOR) .option("table","tablename") .save(); However I am unable to...