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 1EEB617A28 for ; Sat, 30 May 2015 11:24:43 +0000 (UTC) Received: (qmail 61711 invoked by uid 500); 30 May 2015 11:24:43 -0000 Delivered-To: apmail-tajo-user-archive@tajo.apache.org Received: (qmail 61516 invoked by uid 500); 30 May 2015 11:24:42 -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 61497 invoked by uid 99); 30 May 2015 11:24:42 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2015 11:24:42 +0000 Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id A95B31A0176; Sat, 30 May 2015 11:24:42 +0000 (UTC) Received: by iebgx4 with SMTP id gx4so79970332ieb.0; Sat, 30 May 2015 04:24:42 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.138.74 with SMTP id qo10mr2397302igb.39.1432985082064; Sat, 30 May 2015 04:24:42 -0700 (PDT) Received: by 10.79.28.198 with HTTP; Sat, 30 May 2015 04:24:42 -0700 (PDT) Date: Sat, 30 May 2015 04:24:42 -0700 Message-ID: Subject: [FYI] grpc proxy for Tajo From: Hyunsik Choi To: "dev@tajo.apache.org" , tajo-user Content-Type: text/plain; charset=UTF-8 Hi folks, I just made a simple proxy using grpc. Actually, It is a toy project. https://github.com/hyunsik/tajo-grpc-proxy Basically, grpc provides secure channel like TSL. I think that this proxy can enable users to use secure channel to access remote Tajo cluster. Best regards, Hyunsik