> On 2011-08-17 07:03:34, Ahmed Radwan wrote: > > /src/docs/user/troubleshooting.txt, line 35 > > <https://reviews.apache.org/r/1541/diff/2/?file=32968#file32968line35> > > > > "Make sure that the necessary input files or input/output tables are > > present and can be accessed by ... ". > > > > Just to take into account the export output tables too. > > > >
Agree. > On 2011-08-17 07:03:34, Ahmed Radwan wrote: > > /src/docs/user/troubleshooting.txt, line 43 > > <https://reviews.apache.org/r/1541/diff/2/?file=32968#file32968line43> > > > > "... For example an import that creates and populates ..." Agree. > On 2011-08-17 07:03:34, Ahmed Radwan wrote: > > /src/docs/user/troubleshooting.txt, line 45 > > <https://reviews.apache.org/r/1541/diff/2/?file=32968#file32968line45> > > > > "... and the second to create and populate a Hive table ..." The command that creates and populates the Hive table implicitly does the import as well. However, when that fails (which is the case in the said example), the troubleshooting suggestion is to first do the import, and next do the "create-hive-table" only. This only provisions the Hive metastore but does not load the data in the table, which can be manually done. The key thing here is that if there is a problem in accessing Hive or doing import, it will likely show up in one of these two steps. I will make this explicit in the document. > On 2011-08-17 07:03:34, Ahmed Radwan wrote: > > /src/docs/user/troubleshooting.txt, line 47 > > <https://reviews.apache.org/r/1541/diff/2/?file=32968#file32968line47> > > > > "... or during the creation and population of ..." Agree. - Arvind ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1541/#review1491 ----------------------------------------------------------- On 2011-08-17 03:00:00, Arvind Prabhakar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/1541/ > ----------------------------------------------------------- > > (Updated 2011-08-17 03:00:00) > > > Review request for Sqoop and Ahmed Radwan. > > > Summary > ------- > > Added a troubleshooting section. > > > This addresses bug SQOOP-316. > https://issues.apache.org/jira/browse/SQOOP-316 > > > Diffs > ----- > > /src/docs/user/SqoopUserGuide.txt 1158375 > /src/docs/user/troubleshooting.txt PRE-CREATION > > Diff: https://reviews.apache.org/r/1541/diff > > > Testing > ------- > > Built documentation and checked to see that the new section shows up > correctly. > > > Thanks, > > Arvind > >
