We have small hadoop and Greenplum cluster.
Current data pipeline flow is :
External table >> hadoop-hawq external readbale table >>hawq internal table.
Output : 1.WE are trying to extend data pipeline using GREENPLUM. Basically wan to push HAWQ Internal table or external readable table data directly into greenplum. Reason is because we want to edit our file. also, HAWQ does not support Update and delete. is there any alternate way to approach or push the data. Please guide.
2.How to access HDFS data via GPDB external table with gphdfs protocol
Thanks in Advance!