Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save je2ryw/b7b21866726ae7a9c9fb0be76b2310c8 to your computer and use it in GitHub Desktop.
Save je2ryw/b7b21866726ae7a9c9fb0be76b2310c8 to your computer and use it in GitHub Desktop.

Revisions

  1. @juanpampliega juanpampliega created this gist Jun 2, 2018.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original 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