fx19880617 commented on issue #4800: Pinot Ingestion Jobs Refactor with Pinot Spark Support URL: https://github.com/apache/incubator-pinot/pull/4800#issuecomment-558790930 > I was able to compile our hadoop segment generation and push job after changing some imports and scripts (to find the right packages). > > Please mark the the commit clearly in the commit message that this is a backward incompatible change. Our hadoop job needed to change due to the following. So add this to the commit message, so that the next release notes can be correctly done. > > 1. Two of the projects are now one directory level below, so any script that assumes that all projects are at the first level under 'pinot' needs change. > 2. Import path of classes have changed: > > * ControllerRestApi has moved from hadoop.job to ingestion.common > * JobConfigConstants has moved from hadoop.job to ingestion.common > * SegmentCreationJob has been renamed to HadoopSegmentCreationJob > * BaseSegmentJob has moved from hadoop.job to ingestion.jobs > * Variable _conf is now private inside BaseSegmentJob Updated the message in PR.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
