Hi,
I’ve been trying to change directory to ‘m001/loadMovieDetailsDataset’, but I get the same error message everytime “Cannot find path”. I struggle with loading the dataset to my cluster basically.
Hi,
I’ve been trying to change directory to ‘m001/loadMovieDetailsDataset’, but I get the same error message everytime “Cannot find path”. I struggle with loading the dataset to my cluster basically.
You could try Windows file explorer to search for the file you want.
load("C:/full/path/to/file/loadMovieDetailsDataset.js")
… make sure it’s a forward slash (/)
Hi @Tobias_30405,
In addition to @007_jb and @steevej-1495,
The stepwise instruction for loading the dataset into your sandbox cluster is mentioned in the lecture notes of this lecture Chapter 2: Loading Data into Your Sandbox Cluster.
~ Shubham