Srinivas Thunga Tue, 14 Apr 2020 08:15:04 -0700
Hi Team, I am trying to write my query results to a file.
hive -e "alter table {0}.{1} partition(year='{2}',month='{3}',day='{4}',hour='{5}') CONCATENATE > /tmp/srinivas/test.log;"'.format(row[0],row[1],row[2],row[3],row[4],row[5])