I want to read a csv file which has lat long data through Nifi and each record will hit a solr-cloud instance for reverse-geocoding. Post which, the information needs to be loaded into a different HDP cluster for different Hive processing. I understand I can directly load the data into Hive tables using Nifi which is also an option.
However, i'm not sure how to directly load data into HDFS on a different cluster. Can any of you point me in the right direction? Any documents or blogs I can refer?