-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add an English article "# Install and Understand Byzer in 3 minutes" #298
base: main
Are you sure you want to change the base?
Conversation
Byzer-notebook: https://download.byzer.org/latest/Byzer-Notebook-1.2.3.tar.gz | ||
|
||
### Step2: Unzip | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, we may provide the command how to unzip the downloaded files. e.g.
tar xvf byzer-lang-all-in-one-linux-amd64-3.3.0-2.4.0-SNAPSHOT.tar.gz
|
||
Start the Byzer-lang engine | ||
|
||
Enter the [byzer-lang-all-in-one-linux-amd64-3.3.0-2.4.0-SNAPSHOT directory](https://download.byzer.org/latest/byzer-lang-all-in-one-linux-amd64-3.3.0-2.4.0-SNAPSHOT.tar.gz), execute the following command to start the Byzer engine: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can try to download this file and extract it and find the really file name. In fact, it's byzer-lang-all-in-one-linux-amd64-3.3.0-2.4.0-SNAPSHOT
. There is no need to make this directory name as link.
Download and Unzip spark-3.3.0: https://archive.apache.org/dist/spark/spark-3.3.0/spark-3.3.0-bin-hadoop3.tgz | ||
|
||
### Step 2: | ||
Move `core-site.xml`, `yarn-site.xml`, and `hive-site.xml` into the `spark-3.3.0-bin-hadoop3/conf` directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy these files from existing Hadoop Cluster to spark-3.3.0-bin-hadoop3/conf
directory
Move `core-site.xml`, `yarn-site.xml`, and `hive-site.xml` into the `spark-3.3.0-bin-hadoop3/conf` directory | ||
|
||
### Step 3: | ||
Copy server configuration in directory `byzer-lang-all-in-one-linux-amd64-3.3.0-2.4.0-SNAPSHOT/conf` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here our target is to replace the default byzer.propoerties.overwrite
which is for standalone by default.
Translate from https://zhuanlan.zhihu.com/p/603377880
nico zhan
[email protected]