Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E415D200D61 for ; Tue, 19 Dec 2017 09:02:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E278B160C1B; Tue, 19 Dec 2017 08:02:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4240C160C18 for ; Tue, 19 Dec 2017 09:02:34 +0100 (CET) Received: (qmail 8335 invoked by uid 500); 19 Dec 2017 08:02:33 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 8323 invoked by uid 99); 19 Dec 2017 08:02:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2017 08:02:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9911DE9641; Tue, 19 Dec 2017 08:02:32 +0000 (UTC) From: wanglifengwf To: dev@pig.apache.org Reply-To: dev@pig.apache.org Message-ID: Subject: [GitHub] pig pull request #33: Branch 0.17 Content-Type: text/plain Date: Tue, 19 Dec 2017 08:02:32 +0000 (UTC) archived-at: Tue, 19 Dec 2017 08:02:35 -0000 GitHub user wanglifengwf opened a pull request: https://github.com/apache/pig/pull/33 Branch 0.17 when I use pig access mysql but mysql's password contain '$' how can I write the pig script You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/pig branch-0.17 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/pig/pull/33.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #33 ---- commit 8a29517918e91421584df4c5b2fe7f878af6a1b0 Author: Rohini Palaniswamy Date: 2017-05-29T21:58:40Z Branching for 0.17 releases git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1796706 13f79535-47bb-0310-9956-ffa450edef68 commit ba9aedc1787e44623c1e0faef88edc898d18def2 Author: Ádám Szita Date: 2017-05-30T09:51:27Z PIG-5244: Several unit tests are failing in Tez mode after merging spark branch (nkollar via szita) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1796824 13f79535-47bb-0310-9956-ffa450edef68 commit 40a0dafe5603d9ddea78669684b9062929a123f6 Author: Rohini Palaniswamy Date: 2017-05-31T20:28:52Z PIG-5245: TestGrunt.testStopOnFailure is flaky (rohini) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1797104 13f79535-47bb-0310-9956-ffa450edef68 commit 77f1021e13dd590046b714086b538b75cc04ec3d Author: Rohini Palaniswamy Date: 2017-05-31T20:33:51Z PIG-5248: Fix TestCombiner#testGroupByLimit after PigOnSpark merge (rohini) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1797105 13f79535-47bb-0310-9956-ffa450edef68 commit fb6353f8088ede003e5b98965a2086617b8fc50c Author: Ádám Szita Date: 2017-06-02T08:29:36Z Updating release notes and version numbers for Pig 0.17 release git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1797327 13f79535-47bb-0310-9956-ffa450edef68 commit 08dfaf393cdcd58ea53bd160beae979c27583650 Author: Ádám Szita Date: 2017-06-02T11:57:07Z PIG-4923: Drop Hadoop 1.x support in Pig 0.17 (PIG-4923.srcReleaseFix.patch) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1797377 13f79535-47bb-0310-9956-ffa450edef68 commit bd0f1fa974581aceb947d6812453006e7e7a78f7 Author: Ádám Szita Date: 2017-06-02T12:37:52Z Adding PGP public key for szita git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1797382 13f79535-47bb-0310-9956-ffa450edef68 commit 8d84e718810462121b218a66db59c89b36a2b2a9 Author: Ádám Szita Date: 2017-06-21T10:09:51Z PIG-5262: Fix jdiff related issues: fail build upon error, correct xml character escaping (szita) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1799423 13f79535-47bb-0310-9956-ffa450edef68 commit 602661a26140653dcb47180f9db7579a7d95b097 Author: Koji Noguchi Date: 2017-06-26T16:44:24Z PIG-4548: Records Lost With Specific Combination of Commands and Streaming Function (knoguchi) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1799949 13f79535-47bb-0310-9956-ffa450edef68 commit 26c664152661f8c1a64418659da759588150ccd5 Author: Jianyong Dai Date: 2017-08-08T00:07:36Z PIG-5254: Hit Ctrl-D to quit grunt shell fail git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1804367 13f79535-47bb-0310-9956-ffa450edef68 commit 8a11877ac5d464c320245f62c6bc5e34787b8bad Author: Koji Noguchi Date: 2017-09-19T18:29:09Z PIG-5299: PartitionFilterOptimizer failing at compile time (knoguchi) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.17@1808927 13f79535-47bb-0310-9956-ffa450edef68 ---- ---