Skip to content

Commit 8ac0b03

Browse files
committed
Address comments
1 parent bc90d7f commit 8ac0b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/user-docs/guides-using-presto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Using Presto with CLP requires:
3131

3232
### Setting up CLP
3333

34-
1. Follow the [quick-start](./quick-start/index.md) guide to download and extract the CLP package,
34+
1. Follow the [quick-start](quick-start/index.md) guide to download and extract the CLP package,
3535
but don't start the package just yet.
3636
2. Before starting the package, update the package's config as follows:
3737

tools/deployment/presto-clp/scripts/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _add_worker_env_vars(coordinator_common_env_file_path: Path, env_vars: Dict[
232232
)
233233
except KeyError as e:
234234
logger.error(
235-
"Missing required key '%s' in '%s'",
235+
"Missing required key %s in '%s'",
236236
e,
237237
coordinator_common_env_file_path,
238238
)

0 commit comments

Comments
 (0)