I am working on a Hadoop to Google Cloud migration project, wherein I need to know the thrift server details on the destination (or Google DataProc instance) and other host details. How do I go about it ?1) Is thrift already running and is there a way to figure out host URL and password.
2) Do I need to manually install thrift there on the data proc and then fetch all the details - host and port.
3) How do I can do distcp between my remote hadoop and data proc hadoop to transfer files.