| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ body: | |||
| 7 | 7 | - type: markdown | |
| 8 | 8 | attributes: | |
| 9 | 9 | value: | | |
| 10 | - Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 10 | + Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 11 | 11 | #### Please fill in this bug report template to ensure a timely and thorough response. | |
| 12 | 12 | - type: dropdown | |
| 13 | 13 | id: contribution | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ body: | |||
| 7 | 7 | - type: markdown | |
| 8 | 8 | attributes: | |
| 9 | 9 | value: | | |
| 10 | - Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 10 | + Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 11 | 11 | #### Please fill in this non-technical template to ensure a timely and thorough response. | |
| 12 | 12 | - type: dropdown | |
| 13 | 13 | id: contribution | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ body: | |||
| 7 | 7 | - type: markdown | |
| 8 | 8 | attributes: | |
| 9 | 9 | value: | | |
| 10 | - Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 10 | + Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 11 | 11 | #### Please fill in this bug report template to ensure a timely and thorough response. | |
| 12 | 12 | - type: dropdown | |
| 13 | 13 | id: contribution | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ body: | |||
| 7 | 7 | - type: markdown | |
| 8 | 8 | attributes: | |
| 9 | 9 | value: | | |
| 10 | - Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 10 | + Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information. | ||
| 11 | 11 | #### Please fill in this non-technical template to ensure a timely and thorough response. | |
| 12 | 12 | - type: dropdown | |
| 13 | 13 | id: contribution | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,7 +101,7 @@ assembly / assemblyMergeStrategy := { | |||
| 101 | 101 | case _ => MergeStrategy.first | |
| 102 | 102 | } | |
| 103 | 103 | ||
| 104 | - // Some systems(like Hadoop) use different versinos of protobuf(like v2) so we have to shade it. | ||
| 104 | + // Some systems(like Hadoop) use different versions of protobuf (like v2) so we have to shade it. | ||
| 105 | 105 | assemblyShadeRules in assembly := Seq( | |
| 106 | 106 | ShadeRule.rename("com.google.protobuf.**" -> "shade.protobuf.@1").inAll, | |
| 107 | 107 | ) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ RUN apt-get update && \ | |||
| 18 | 18 | ||
| 19 | 19 | RUN mkdir /feathr | |
| 20 | 20 | WORKDIR /feathr | |
| 21 | - RUN pip install git+https://github.com/linkedin/feathr.git#subdirectory=feathr_project | ||
| 21 | + RUN pip install git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project | ||
| 22 | 22 | ||
| 23 | 23 | # install code-server | |
| 24 | 24 | RUN mkdir -p /opt/code-server && \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,5 +16,5 @@ New-AzDeployment ` | |||
| 16 | 16 | -Name feathrDeployment ` | |
| 17 | 17 | -location $AzureRegion ` | |
| 18 | 18 | -principalId $UserObjectID ` | |
| 19 | - -TemplateUri https://raw.githubusercontent.com/linkedin/feathr/main/docs/how-to-guides/deploy.json ` | ||
| 19 | + -TemplateUri https://raw.githubusercontent.com/feathr-ai/feathr/main/docs/how-to-guides/deployment/deploy.json ` | ||
| 20 | 20 | -DeploymentDebugLogLevel All | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | pip | |
| 2 | - git+https://github.com/linkedin/feathr.git#subdirectory=feathr_project | ||
| 2 | + git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project | ||
| 3 | 3 | pandavro | |
| 4 | 4 | aiohttp | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,12 +55,12 @@ | |||
| 55 | 55 | "\n", | |
| 56 | 56 | "First step is to provision required cloud resources if you want to use Feathr. Feathr provides a python based client to interact with cloud resources.\n", | |
| 57 | 57 | "\n", | |
| 58 | - "Please follow the steps [here](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-arm.html) to provision required cloud resources. Due to the complexity of the possible cloud environment, it is almost impossible to create a script that works for all the use cases. Because of this, [azure_resource_provision.sh](https://github.com/linkedin/feathr/blob/main/docs/how-to-guides/azure_resource_provision.sh) is a full end to end command line to create all the required resources, and you can tailor the script as needed, while [the companion documentation](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-cli.html) can be used as a complete guide for using that shell script.\n", | ||
| 58 | + "Please follow the steps [here](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-arm.html) to provision required cloud resources. Due to the complexity of the possible cloud environment, it is almost impossible to create a script that works for all the use cases. Because of this, [azure_resource_provision.sh](https://github.com/feathr-ai/feathr/blob/main/docs/how-to-guides/azure_resource_provision.sh) is a full end to end command line to create all the required resources, and you can tailor the script as needed, while [the companion documentation](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-cli.html) can be used as a complete guide for using that shell script.\n", | ||
| 59 | 59 | "\n", | |
| 60 | 60 | "\n", | |
| 61 | 61 | "And the architecture is as below:\n", | |
| 62 | 62 | "\n", | |
| 63 | - "" | ||
| 63 | + "" | ||
| 64 | 64 | ] | |
| 65 | 65 | }, | |
| 66 | 66 | { | |
@@ -150,7 +150,7 @@ | |||
| 150 | 150 | }, | |
| 151 | 151 | "outputs": [], | |
| 152 | 152 | "source": [ | |
| 153 | - "! pip install --force-reinstall git+https://github.com/linkedin/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn" | ||
| 153 | + "! pip install --force-reinstall git+https://github.com/feathr-ai/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn" | ||
| 154 | 154 | ] | |
| 155 | 155 | }, | |
| 156 | 156 | { | |
@@ -168,7 +168,7 @@ | |||
| 168 | 168 | "\n", | |
| 169 | 169 | "In the first step (Provision cloud resources), you should have provisioned all the required cloud resources. If you use Feathr CLI to create a workspace, you should have a folder with a file called `feathr_config.yaml` in it with all the required configurations. Otherwise, update the configuration below.\n", | |
| 170 | 170 | "\n", | |
| 171 | - "The code below will write this configuration string to a temporary location and load it to Feathr. Please still refer to [feathr_config.yaml](https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable." | ||
| 171 | + "The code below will write this configuration string to a temporary location and load it to Feathr. Please still refer to [feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable." | ||
| 172 | 172 | ] | |
| 173 | 173 | }, | |
| 174 | 174 | { | |
@@ -307,7 +307,7 @@ | |||
| 307 | 307 | "source": [ | |
| 308 | 308 | "#### Setup necessary environment variables\n", | |
| 309 | 309 | "\n", | |
| 310 | - "You have to setup the environment variables in order to run this sample. More environment variables can be set by referring to [feathr_config.yaml](https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable." | ||
| 310 | + "You have to setup the environment variables in order to run this sample. More environment variables can be set by referring to [feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable." | ||
| 311 | 311 | ] | |
| 312 | 312 | }, | |
| 313 | 313 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments