Skip to content
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

Installing DATA LAKE CLI on Windows #27

Open
jlopezvi opened this issue Mar 8, 2019 · 4 comments
Open

Installing DATA LAKE CLI on Windows #27

jlopezvi opened this issue Mar 8, 2019 · 4 comments

Comments

@jlopezvi
Copy link

jlopezvi commented Mar 8, 2019

Is it possible to install the DATA LAKE CLI on Windows?

Is the DATA LAKE CLI
http://docs.awssolutionsbuilder.com/data-lake/cli/cli-getting-started/
the same as the AWS CLI ?
https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html

@vijaysat
Copy link

Data Lake CLI is not the same as Aws Cli!

Description:
The Data Lake Command Line Interface (CLI) is a tool to manage your Data Lake. By downloading and configuring the Data Lake CLI, you can control multiple aspects of your Data Lake from the command line and automate them through scripts.

http://docs.awssolutionsbuilder.com/data-lake/cli/cli-getting-started/

@knihit
Copy link
Member

knihit commented Dec 19, 2019

Hi @jlopezvi, please let us know if the above answer is clarified and if you still have questions. If not, can we close this issue

@jlopezvi
Copy link
Author

Is it possible to install the DATA LAKE CLI on Windows?

@knihit
Copy link
Member

knihit commented Dec 20, 2019

Hi @jlopezvi unfortunately there is no official release for windows at this point in time, but it is Nodejs based command line utility that should work on windows as well. Once you download and unzip the files, you will find an install.sh at the root of the unzipped folder. There are two commands that you would need to execute on the command prompt (executing the install.sh shell script will not work on windows).

cd ./datalake-cli-bundle
npm link

This should install the cli bundle. (Note the pre-requisite is that you have Nodejs installed on your machine). Please let me know if that solved the problem for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants