Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update getting started instructions.

  • Loading branch information
ruebot committed Dec 11, 2019
1 parent 16ded84 commit df13f355d23b016e8fe58ac1138ffb53f3794304
Showing with 3 additions and 9 deletions.
  1. +3 −9 README.md
@@ -24,14 +24,6 @@ An open-source toolkit for analyzing line-oriented JSON Twitter archives with Ap
$ spark-shell --packages "io.archivesunleashed:twut:0.0.4"
```

#### PySpark

```
$ pyspark --py-files /path/to/twut.zip --packages "io.archivesunleashed:twut:0.0.4"
```

You will need the `PYSPARK_PYTHON` and `PYSPARK_DRIVER_PYTHON` environment variables set.

### Jars

You can download the [latest release files here](https://github.com/archivesunleashed/twut/releases) and include it like so:
@@ -45,9 +37,11 @@ $ spark-shell --jars /path/to/twut-0.0.4-fatjar.jar
#### PySpark

```
$ pyspark --py-files /path/to/twut.zip --driver-class-path /path/to/twut-0.0.4-fatjar.jar --jars /path/to/twut-0.0.4-fatjar.jar
$ pyspark --py-files /path/to/twut-0.0.4.zip
```

You will need the `PYSPARK_PYTHON` and `PYSPARK_DRIVER_PYTHON` environment variables set.

## Documentation! Or, how do I use this?

Once built or downloaded, you can follow the basic set of recipes and tutorials [here](https://github.com/archivesunleashed/twut/tree/master/docs/usage.md).

0 comments on commit df13f35

Please sign in to comment.
You can’t perform that action at this time.