Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed all packages to use the new package naming convention #8

Merged
merged 1 commit into from
Feb 11, 2015
Merged

Renamed all packages to use the new package naming convention #8

merged 1 commit into from
Feb 11, 2015

Conversation

liyinan926
Copy link
Contributor

This commit renames all packages to use the new naming convention that starts with "gobblin.". It also replaces all occurrences of 'uif' with 'gobblin' (case insensitive).

Jira: ETL-2476

Signed-off-by: Yinan Li [email protected]

…laced every occurrences of 'uif' with 'gobblin'

Jira: ETL-2476

Signed-off-by: Yinan Li <[email protected]>
@sahilTakiar
Copy link
Contributor

I looked through parts of it, but it's really long. Everything I saw looks good though.

@chavdar
Copy link
Contributor

chavdar commented Feb 11, 2015

LGTM.

Here is the command for downstream projects which don't need package restructuring. It's best run on a clean copy.

grep -rlE 'com.linkedin.gobblin|com.linkedin.uif' * | egrep -v '.git|.jar|.class' | xargs sed -e 's/com.linkedin.gobblin/gobblin/g' -e 's/com.linkedin.uif/gobblin/g' -i ""

liyinan926 added a commit that referenced this pull request Feb 11, 2015
Renamed all packages to use the new package naming convention
@liyinan926 liyinan926 merged commit 35d2225 into apache:master Feb 11, 2015
klyr pushed a commit to klyr/gobblin that referenced this pull request Jan 9, 2017
Merge upstream/master into our PNDA fork and update CDH libs
y242yang pushed a commit to y242yang/gobblin that referenced this pull request Aug 29, 2023
* create temporal workflow from GobblinTemporalJobLauncher

Still fixing temporal activities

changed path settings

changed workunitpath

* fixed workunitpath

* Add EventSubmitter

* Clean up code and stop writing orc files

* add MetricReporter in taskrunner and make worker size configurable

* add workflowid in gobblin task

* Add workerOptions to setMaxConcurrentWorkflowTaskExecutionSize

---------

Co-authored-by: Peiyingy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants