Skip to content

Commit

Permalink
Merge branch 'master' into draft
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 30, 2019
2 parents e4ecb0c + 16c6a3a commit 517b46b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ ./datastax-studio-6.8.0.20190912-LABS/bin/server.sh
5. (Optional) See the DataStax Documentation for any custom configurations of [DataStax Graph](https://docs.datastax.com/en/dse/6.0/dse-dev/datastax_enterprise/graph/graphTOC.html) or [DataStax Studio](https://docs.datastax.com/en/studio/6.0/index.html). This is not necessary for using this repository of examples.

Setting up DataStax Bulk Loader via a tarball:
1. Download our Linus distribution of [DataStax Bulk Loader](https://downloads.datastax.com/#bulk-loader)
1. Download our Linux distribution of [DataStax Bulk Loader](https://downloads.datastax.com/#bulk-loader)
2. Untar the distribution:
```tar -xvzf dsbulk-1.4.1.tar.gz```
3. Make note of the path to the top level directory of DataStax Bulk Loader.
Expand Down
2 changes: 1 addition & 1 deletion data/ch10/ch10_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch12/ch12_load_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch12/ch12_load_shortcut_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch4/ch4_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch5/ch5_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch6/ch6_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch7/ch7_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down
2 changes: 1 addition & 1 deletion data/ch8/ch8_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"
DATADIR="`pwd`"

Expand Down
2 changes: 1 addition & 1 deletion data/ch9/ch9_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEST_KS=${DEST_KS:-$DEFAULT_DESK_KS}

# collect directory variables
OLDWD="`pwd`"
SCRIPTIR="`dirname $0`"
SCRIPTDIR="`dirname $0`"
cd "$SCRIPTDIR"

# determine which dsbulk to use, in the case you already have it installed
Expand Down

0 comments on commit 517b46b

Please sign in to comment.