Return-Path: X-Original-To: apmail-tajo-user-archive@minotaur.apache.org Delivered-To: apmail-tajo-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64C36CAE9 for ; Thu, 11 Dec 2014 16:06:19 +0000 (UTC) Received: (qmail 89919 invoked by uid 500); 11 Dec 2014 16:06:19 -0000 Delivered-To: apmail-tajo-user-archive@tajo.apache.org Received: (qmail 89884 invoked by uid 500); 11 Dec 2014 16:06:19 -0000 Mailing-List: contact user-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@tajo.apache.org Delivered-To: mailing list user@tajo.apache.org Received: (qmail 89875 invoked by uid 99); 11 Dec 2014 16:06:19 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 16:06:19 +0000 Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 29DC21A00D1 for ; Thu, 11 Dec 2014 16:06:17 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id bm13so3815321qab.12 for ; Thu, 11 Dec 2014 08:06:15 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.41.112 with SMTP id y103mr15778327qgy.64.1418313975271; Thu, 11 Dec 2014 08:06:15 -0800 (PST) Received: by 10.229.33.9 with HTTP; Thu, 11 Dec 2014 08:06:15 -0800 (PST) Date: Fri, 12 Dec 2014 01:06:15 +0900 Message-ID: Subject: Supports Tajo query and shell command in Zeppelin. From: Hyoungjun Kim To: tajo-user Content-Type: multipart/alternative; boundary=001a11c1331ead258b0509f2f465 --001a11c1331ead258b0509f2f465 Content-Type: text/plain; charset=UTF-8 Dear all, Recently I interested in Zeppelin which is a web-based notebook that enables interactive data analytics. You can run spark api or sql, shell command, scala command on the web with Zeppelin. For detail information see the following site. http://zeppelin-project.org/ I implemented TajoSQLInterpreter which supports Tajo SQL and Shell Command. I just uploaded first patch to my git repository. You can merge this pull request into a Git repository by running $ git pull https://github.com/babokim/zeppelin zeppelin-tajo I tested with the following building command. $ mvn clean package -Dspark.version=1.1.0 -Dhadoop.version=2.5.2 -Dprotobuf.version=2.5.0 -DskipTests Use "%tsql" to run Tajo query or Tajo shell command. TajoSqlInterpreter delegates to TajoCli to run command. So you can use all kind of Tajo shell command. Here is screenshot. http://www.jaso.co.kr/attach/1/1197200163.png Best Regards Hyoungjun --001a11c1331ead258b0509f2f465 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear all,
Recently I interested in Zeppelin which is a web-based not= ebook that enables interactive data analytics.=C2=A0
You can run spark api or sql, shell command, scala command on = the web with Zeppelin.
For detail inform= ation see the following site.

=

I implemented TajoSQLInterpr= eter which supports Tajo SQL and Shell Command.
I just uploaded first patch to my git repository.
You can merge this pull request into a Git repository b= y running

$ git pull=C2=A0https://github.com/babokim/zeppelin=C2=A0zeppelin-tajo=

I tested with the following building command.

$ mvn clean package -Dspark.= version=3D1.1.0 -Dhadoop.version=3D2.5.2 -Dprotobuf.version=3D2.5.0 -DskipT= ests

Use "%tsql" to run Tajo query or Tajo shell command.
TajoSqlInterpreter delegates to TajoCli to run = command. So you can use all kind of Tajo shell command.=C2=A0

Here is scree= nshot.


Best Regards
Hyoungjun
--001a11c1331ead258b0509f2f465--