Forked from juanpampliega/gist:f7b68c3546d921154ac9eaabf06a8911
Created
July 31, 2018 17:23
-
-
Save je2ryw/b7b21866726ae7a9c9fb0be76b2310c8 to your computer and use it in GitHub Desktop.
Revisions
-
juanpampliega created this gist
Jun 2, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # Do this on every node of the cluster curl -O http://www.congiu.net/hive-json-serde/1.3.8/hdp23/json-serde-1.3.8-jar-with-dependencies.jar sudo cp json-serde-1.3.8-jar-with-dependencies.jar /usr/lib/presto/plugin/hive-hadoop2/ sudo chown presto:presto /usr/lib/presto/plugin/hive-hadoop2/json-serde-1.3.8-jar-with-dependencies.jar #restart presto sudo restart presto-server