<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Exercise 3 : no response from intermediate_access_logs table creation query in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32641#M8095</link>
    <description>&lt;P&gt;Resolved the issue. Issue is because Zookeeper service is not running.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Oct 2015 16:48:08 GMT</pubDate>
    <dc:creator>Mohan Reddy</dc:creator>
    <dc:date>2015-10-04T16:48:08Z</dc:date>
    <item>
      <title>Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32623#M8090</link>
      <description>&lt;PRE&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Not getting any response When I execute below query. Its more than 3 hrs now and no response yet. I am running this query on Quick Start VM.&lt;BR /&gt;&lt;BR /&gt;Could you please help me with this issue.&lt;BR /&gt;&lt;BR /&gt;CREATE EXTERNAL TABLE intermediate_access_logs (
 ip STRING,
 date STRING,
 method STRING,
 url STRING,
 http_version STRING,
 code1 STRING,
 code2 STRING,
 dash STRING,
 user_agent STRING)
 ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.RegexSerDe'
 WITH SERDEPROPERTIES (
 'input.regex' = '([^ ]*) - - \\[([^\\]]*)\\] "([^\ ]*) ([^\ ]*) ([^\ ]*)" (\\d*) (\\d*) "([^"]*)" "([^"]*)"',
 'output.format.string' = "%1$s %2$s %3$s %4$s %5$s %6$s %7$s %8$s %9$s"
 )
 LOCATION '/user/hive/warehouse/original_access_logs';&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:42:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32623#M8090</guid>
      <dc:creator>Mohan Reddy</dc:creator>
      <dc:date>2022-09-16T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32624#M8091</link>
      <description>&lt;P&gt;This is what i get when executing the query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:hdfs://quickstart.cloudera:8020/user/hive/warehouse/original_access_logs is not a directory or unable to create one) (state=08S01,code=1)&lt;BR /&gt;0: jdbc:hive2://quickstart:10000/default&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 03:31:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32624#M8091</guid>
      <dc:creator>jogalez</dc:creator>
      <dc:date>2015-10-04T03:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32625#M8092</link>
      <description>&lt;P&gt;It took around 4 Hrs to finish the query with errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got an error saying that Failed to acquire locks&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 04:12:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32625#M8092</guid>
      <dc:creator>Mohan Reddy</dc:creator>
      <dc:date>2015-10-04T04:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32626#M8093</link>
      <description>&lt;P&gt;This worked for me:&lt;/P&gt;&lt;P&gt;--remove existing directory&lt;/P&gt;&lt;P&gt;sudo -u hdfs hadoop fs rm /user/hive/warehouse/original_access_logs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--create the directory again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--see the results. must be drwxr ...&lt;/P&gt;&lt;P&gt;hadoop fs -ls /user/hive/warehouse&lt;/P&gt;&lt;P&gt;--Found 9 items&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:51 /user/hive/warehouse/categories&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:52 /user/hive/warehouse/customers&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:53 /user/hive/warehouse/departments&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:53 /user/hive/warehouse/order_items&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:54 /user/hive/warehouse/orders&lt;BR /&gt;drwxr-xr-x - hdfs hive 0 2015-10-03 21:17 /user/hive/warehouse/original_access_logs&lt;BR /&gt;drwxr-xr-x - hdfs hive 0 2015-10-03 19:33 /user/hive/warehouse/originala_access_logs&lt;BR /&gt;drwxr-xr-x - cloudera hive 0 2015-10-03 18:55 /user/hive/warehouse/products&lt;BR /&gt;drwxrwxrwx - admin hive 0 2015-10-03 20:37 /user/hive/warehouse/tokenized_access_logs&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 04:22:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32626#M8093</guid>
      <dc:creator>jogalez</dc:creator>
      <dc:date>2015-10-04T04:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32634#M8094</link>
      <description>&lt;P&gt;No luck with the solution. Verified the permissions 9drwxr )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 15:08:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32634#M8094</guid>
      <dc:creator>Mohan Reddy</dc:creator>
      <dc:date>2015-10-04T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32641#M8095</link>
      <description>&lt;P&gt;Resolved the issue. Issue is because Zookeeper service is not running.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 16:48:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32641#M8095</guid>
      <dc:creator>Mohan Reddy</dc:creator>
      <dc:date>2015-10-04T16:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32651#M8096</link>
      <description>Sorry for the delay. Glad you find the solution.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Oct 2015 00:46:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32651#M8096</guid>
      <dc:creator>jogalez</dc:creator>
      <dc:date>2015-10-05T00:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exercise 3 : no response from intermediate_access_logs table creation query</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32670#M8097</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-04 lia-quilt-column-left lia-quilt-column-main-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-message-author lia-component-author"&gt;&lt;DIV class="lia-message-author-username"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-New-Member"&gt;&lt;A href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12340" target="_self"&gt;&lt;SPAN class=""&gt;jogalez&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-author-username"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-author-username"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-New-Member"&gt;No problem and thanks a log for all your prompt replies to my queries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:37:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exercise-3-no-response-from-intermediate-access-logs-table/m-p/32670#M8097</guid>
      <dc:creator>Mohan Reddy</dc:creator>
      <dc:date>2015-10-05T14:37:47Z</dc:date>
    </item>
  </channel>
</rss>

