You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a path in yugabyted so that it can be run inside the repo (and outside of the packaged tar.gz) easily. This would mean using yb-ctl's way to determine which processes belong to which bin and also to run sbt run instead of the yugaware binary.
The text was updated successfully, but these errors were encountered:
Summary:
Currently, yugabyted can only be run after downloading the tar/gz. Running it from within the repo
isn't possible.
This fix enables running yugabyted in a build env. The support for '--ui=true' has not been done in
this diff fix. Based on discussions with Sanketh, it is more involved and requires some env setup and we need to
point sbt to a diff conf file. Hence it is being tracked by a separate issue#7062.
Test Plan: Tested by running the runner script as well as locally (Mac). Plan to test it on my dev-server on CentOS.
Reviewers: bogdan, wesley, sanketh
Reviewed By: sanketh
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D10532
Summary:
Currently, yugabyted can only be run after downloading the tar/gz. Running it from within the repo
isn't possible.
This fix enables running yugabyted in a build env. The support for '--ui=true' has not been done in
this diff fix. Based on discussions with Sanketh, it is more involved and requires some env setup and we need to
point sbt to a diff conf file. Hence it is being tracked by a separate issue#7062.
Test Plan: Tested by running the runner script as well as locally (Mac). Plan to test it on my dev-server on CentOS.
Reviewers: bogdan, wesley, sanketh
Reviewed By: sanketh
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D10532
Create a path in
yugabyted
so that it can be run inside the repo (and outside of the packaged tar.gz) easily. This would mean usingyb-ctl
's way to determine which processes belong to whichbin
and also to runsbt run
instead of the yugaware binary.The text was updated successfully, but these errors were encountered: