- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 169字
- 2021-07-02 21:24:02
Installing Google Cloud SDK on Linux
Depending on the distribution of Linux, the commands and installation of Google Cloud SDK vary:
- The Google Cloud SDK can now be installed via the Google Cloud package repository and can also be installed via the following command in Debian-based distributions:
sudo apt-get install google-cloud-sdk
- To find out the version of the SDK and the packages that will be installed, type the following command to see the full details:
apt-cache showpkg google-cloud-sdk
- To simulate the installation of the package and see what packages will be installed or upgraded, run the following command:
apt-get -s install google-cloud-sdk
- To install Google Cloud SDK for other Linux distributions refer to this page: https://cloud.google.com/sdk/docs/quickstart-linux. The rest of the steps to configure the SDK are the same as those used for Windows.
It will be helpful to learn file related commands and sed and awk commands to transform and fix problems with the files before uploading them to Google Cloud Storage for importing into Google BigQuery.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Oracle從新手到高手
- PostgreSQL技術內幕:事務處理深度探索
- Architecting the Industrial Internet
- HTML5+CSS3網站設計教程
- Java編程技術與項目實戰(第2版)
- Python時間序列預測
- Scientific Computing with Scala
- Scala程序員面試算法寶典
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 時空數據建模及其應用
- Arduino計算機視覺編程
- .NET 4.0面向對象編程漫談:應用篇
- Android開發權威指南(第二版)