From 6b1ad2c1a3a2ab3bc6652be9c86036c1ab9f1bfd Mon Sep 17 00:00:00 2001 From: Andrew Hutton Date: Tue, 11 Jul 2017 23:20:23 -0500 Subject: [PATCH] Fixed Typo in Log Message Corrected the log message from the internalCopyAllGeneratedToDistributedCache() method. --- src/org/apache/pig/data/SchemaTupleFrontend.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/pig/data/SchemaTupleFrontend.java b/src/org/apache/pig/data/SchemaTupleFrontend.java index 63b19cffc1..b38e40dce6 100644 --- a/src/org/apache/pig/data/SchemaTupleFrontend.java +++ b/src/org/apache/pig/data/SchemaTupleFrontend.java @@ -110,7 +110,7 @@ public SchemaTupleFrontendGenHelper(PigContext pigContext, Configuration conf) { * @param conf */ private void internalCopyAllGeneratedToDistributedCache() { - LOG.info("Starting process to move generated code to distributed cacche"); + LOG.info("Starting process to move generated code to distributed cache"); if (pigContext.getExecType().isLocal()) { String codePath = codeDir.getAbsolutePath(); LOG.info("Distributed cache not supported or needed in local mode. Setting key ["