<?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: Phoenix timestamp dropping digits in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126771#M22827</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; I am not sure I completely follow.  The sql is being run from phoenix command line. Being so  isn't the client should it use epoch?  If not how to validate?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 01:51:05 GMT</pubDate>
    <dc:creator>sunile_manjee</dc:creator>
    <dc:date>2016-03-15T01:51:05Z</dc:date>
    <item>
      <title>Phoenix timestamp dropping digits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126767#M22823</link>
      <description>&lt;P&gt;I have timestamp : &lt;STRONG&gt;2011-08-28 20:03:01.554797 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The last 3 digit fall off when I use timestamp or timestamp (26).  I only see the value in whole when I use char(26) but that does not help me. Here are my results:&lt;/P&gt;&lt;P&gt;timestamp --&amp;gt; &lt;STRONG&gt;2011-08-28 20:03:01.554&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;timestamp (26) --&amp;gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;2011-08-28 20:03:01.554&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;char(26) --&amp;gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;2011-08-28 20:03:01.554797&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 22:05:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126767#M22823</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-03-14T22:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix timestamp dropping digits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126768#M22824</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt;&lt;P&gt; See this &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0-Win/bk_HDP_RelNotes_Win/content/known-issues-230.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0-Win/bk_HDP_RelNotes_Win/content/known-issues-230.html&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Hortonworks Bug ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;BUG-37042&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 15 Mar 2016 00:57:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126768#M22824</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-15T00:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix timestamp dropping digits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126769#M22825</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; The bug is for hive.  I am experiencing this issue with phoenix.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:14:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126769#M22825</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-03-15T01:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix timestamp dropping digits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126770#M22826</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt;&lt;P&gt;It may be related to client time zone&lt;/P&gt;&lt;CODE&gt;TIMESTAMP&lt;/CODE&gt;&lt;P&gt;The timestamp data type. The format is yyyy-&lt;CODE&gt;MM&lt;/CODE&gt;-dd hh:mm:ss[.nnnnnnnnn]. Mapped to &lt;CODE&gt;java.sql.Timestamp&lt;/CODE&gt; with an internal representation of the number of nanos from the epoch. The binary representation is 12 bytes: an 8 byte long for the epoch time plus a 4 byte integer for the nanos. Note that the internal representation is based on a number of milliseconds since the epoch (which is based on a time in &lt;CODE&gt;GMT&lt;/CODE&gt;), while &lt;STRONG&gt;&lt;CODE&gt;java.sql.Timestamp&lt;/CODE&gt; will format timestamps based on the client's local time zone.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;TIMESTAMP&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:42:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126770#M22826</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-15T01:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix timestamp dropping digits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126771#M22827</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; I am not sure I completely follow.  The sql is being run from phoenix command line. Being so  isn't the client should it use epoch?  If not how to validate?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:51:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-timestamp-dropping-digits/m-p/126771#M22827</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-03-15T01:51:05Z</dc:date>
    </item>
  </channel>
</rss>

