D
D
denislysenko2021-11-27 16:12:41
bash
denislysenko, 2021-11-27 16:12:41

How to download folder to cluster in google cloud terminal?

I have a small mapreduce project, it is on google drive:
https://drive.google.com/drive/folders/1GJRiKKFULa...

I created a cluster in google, and now I need to run this streaming jar with the help of hadup streaming jar project. To do this, I need to download this folder to a cluster or a virtual machine, in short, I'm not strong in these terms, but as far as I understand, I need to put this folder in hdfs,
I'm trying to download this folder in this way:

[email protected]:~$ wget https://drive.google.com/drive/folders/1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing 
--2021-11-27 13:09:30--  https://drive.google.com/drive/folders/1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing
Resolving drive.google.com (drive.google.com)... 142.251.6.102, 142.251.6.139, 142.251.6.138, ...
Connecting to drive.google.com (drive.google.com)|142.251.6.102|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: '1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing'

1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=s     [  <=>                                                                         ] 233.44K   878KB/s    in 0.3s    

2021-11-27 13:09:31 (878 KB/s) - '1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing' saved [239040]

[email protected]:~$ 
[email protected]:~$ ls
'1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing'
[email protected]:~$


the result is this '1GJRiKKFULanZTnFsBN-w9XsluVqVkrDS?usp=sharing'
but it's not my project folder,
how can i download this folder from google cloud console?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Brovko, 2021-12-02
@denislysenko

Most likely what you downloaded is a zip archive, try to rename (for convenience) and try to make unzip, if it unpacks it will be the contents of your folder, and if not, then most likely this is an html page

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question