From 307eec8b2b38c95667cdaba7e17f851a9b339436 Mon Sep 17 00:00:00 2001 From: oleksii iepishkin Date: Mon, 19 Aug 2013 18:51:16 -0400 Subject: [PATCH] fixed a typo in a log message --- 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 4999ae19d5..ad783ebc32 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() == ExecType.LOCAL) { String codePath = codeDir.getAbsolutePath(); LOG.info("Distributed cache not supported or needed in local mode. Setting key ["