Skip to content

Commit 61b5100

Browse files
ahmadelyousseffacebook-github-bot
authored andcommitted
Updating Readme (#206)
Summary: Pull Request resolved: #206 Updating README for spark when downloading data set and adding packaging as a requirement for DC Perf Reviewed By: excelle08 Differential Revision: D80749897 fbshipit-source-id: 6da2191018446e87a46924994467588bb9f26520
1 parent a6142b1 commit 61b5100

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The commands are:
289289
```bash
290290
dnf install -y python38 python38-pip git
291291
alternatives --set python3 /usr/bin/python3.8
292-
pip-3.8 install click pyyaml tabulate pandas
292+
pip-3.8 install click pyyaml tabulate pandas packaging
293293
```
294294

295295
Enable EPEL and PowerTools repos:
@@ -321,7 +321,7 @@ Install git, click, pyyaml and tabulate using DNF, then install Pandas with pip:
321321

322322
```bash
323323
dnf install -y git python3-click python3-pyyaml python3-tabulate python3-pip xz-devel
324-
pip-3.9 install pandas
324+
pip-3.9 install pandas packaging
325325
```
326326

327327
Enable EPEL and PowerTools/CRB repos:
@@ -338,7 +338,7 @@ Install git, pip, then install click, pyyaml, tabulate and pandas:
338338
```bash
339339
sudo apt update
340340
sudo apt install -y python3-pip git
341-
sudo pip3 install click pyyaml tabulate pandas
341+
sudo pip3 install click pyyaml tabulate pandas packaging
342342
```
343343

344344
### Using Benchpress

packages/spark_standalone/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ to access the data in it. Below lists the steps to download the dataset:
330330
git lfs track
331331
git lfs fetch
332332
```
333+
if `git lfs fetch` doesn't work, please try `git lfs checkout`
333334
- Copy the dataset folder `bpc_t93586_s2_synthetic`:
334335
```
335336
cp -r DCPerf-datasets/bpc_t93586_s2_synthetic /flash23/

0 commit comments

Comments
 (0)