This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ### steps #### | |
| # Verify the system has a cuda-capable gpu | |
| # Download and install the nvidia cuda toolkit and cudnn | |
| # Setup environmental variables | |
| # Verify the installation | |
| ### | |
| ### to verify your gpu is cuda enable check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update && sudo apt-get upgrade --fix-missing | |
| sudo apt install build-essential checkinstall | |
| sudo apt install ubuntu-restricted-extras | |
| sudo add-apt-repository ppa:nilarimogard/webupd8 | |
| sudo apt update | |
| sudo apt install launchpad-getkeys | |
| sudo launchpad-getkeys | |
| sudo add-apt-repository ppa:git-core/ppa | |
| sudo apt update | |
| sudo apt install git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. | |
| Error: | |
| java.io.IOException: java.lang.IllegalArgumentException: bucketId out of range: -1 | |
| Solution: | |
| set hive.fetch.task.conversion=none; | |
| 2. | |
| Error: | |
| java.io.IOException: [Error 30022]: Must use HiveInputFormat to read ACID tables |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer