Skip to content

Latest commit

 

History

History
109 lines (65 loc) · 4.72 KB

File metadata and controls

109 lines (65 loc) · 4.72 KB

This page lists all of the examples.


Notebooks

  • Connect to BigSQL from Spark (e.g. on Data Science Experience) [BigSQL]
  • Connect to WebHDFS from Spark (e.g. on Data Science Experience) [WebHDFS]

Ambari

  • Performs HDFS service check via Ambari REST api using Groovy [Ambari]
  • Lists installed services via Ambari REST api using Groovy [Ambari]
  • Shows the hostname for BIGSQL, HIVE, KNOX and BIGR services where the master component runs via Ambari REST api using Groovy [Ambari]

Big SQL


HBase

  • Connects to HBase and check system version, cluster version and status using Groovy [HBaseGroovy]
  • Manipulate schema and execute CRUD operation using Groovy [HBaseGroovy]
  • Connects to HBase and check system version, cluster version and status using Java [HBaseJava]

Hdfs

  • List directory contents, Create a directory and Upload a file using Groovy [WebHdfsGroovy]
  • List directory contents, Create a directory and Upload a file using cURL [WebHdfsCurl]

Hive


Jsqsh

  • Download and configure Jsqsh shell for Big SQL [Jsqsh]

Knox

  • Run a knox shell client session [Knoxshell]

Oozie


Spark


SquirrelSQL

  • Download, configure and Run SquirrelSQL [SquirrelSQL]

WebHCat/Templeton (Using Knox API)


Zeppelin

  • Install, configure and run Zeppelin. Run Pyspark notebook [Zeppelin]

More examples coming soon ...