Easy steps to install prestosql package on Mac
Package Information:
Application Name – prestosql
What is prestosql – Not Available for prestosql
Use of prestosql – Distributed SQL query engine for big data
URL – https://prestosql.io
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install prestosql using brew
brew install prestosql
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
prestosql is ready to use now!