From 22ed175b762a7de5430eedc01052a60a217047f5 Mon Sep 17 00:00:00 2001 From: Bilung Lee Date: Thu, 3 Nov 2011 04:01:18 +0000 Subject: [PATCH] SQOOP-385 Typo in PostgresqlTest.java regarding configuring postgresql.conf git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1196933 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/com/cloudera/sqoop/manager/PostgresqlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java b/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java index 3b2c543a..0dfd1fc4 100644 --- a/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java +++ b/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java @@ -66,7 +66,7 @@ * Also in the file /etc/postgresql/8.3/main/postgresql.conf, uncomment * the line that starts with listen_addresses and set its value to '*' as * follows - * listen_address = '*' + * listen_addresses = '*' * * For postgresql 8.1, this may be in /var/lib/pgsql/data, instead. You may * need to restart the postgresql service after modifying this file.