mayankshriv commented on issue #7328: URL: https://github.com/apache/pinot/issues/7328#issuecomment-903013387
+1, we need to make this more user friendly. Apart from the issues mentioned above, it is also confusing to the users who are trying to push to multiple tables, as to which outDir should correspond to the controller's dataDir (recently asked in the slack community). Currently it is optimized for push-time. One proposal could be as follows: - For general case, the controller trigger a background copy of data from outDir to under controller's dataDir/<tableName>. - For advanced users who know what they are doing and have the right permissions, the outDir (<tableName>) can directly be under the controller's dataDir. This would avoid any redundant copy and make the data push fast. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
