[jira] [Created] (HIVE-24628) Decimal values are displayed as Scientific notation in beeline

2021-01-12 Thread Naresh P R (Jira)
Naresh P R created HIVE-24628:
-

 Summary: Decimal values are displayed as Scientific notation in 
beeline
 Key: HIVE-24628
 URL: https://issues.apache.org/jira/browse/HIVE-24628
 Project: Hive
  Issue Type: Bug
Reporter: Naresh P R
Assignee: Naresh P R


As we are using BigDecimal.toString() returns scientific notation instead of 
original text, which confuse customer. It should be changed to toPlainString() 
at here

[https://github.com/apache/hive/blob/master/beeline/src/java/org/apache/hive/beeline/Rows.java#L165]

Repro steps:

 
{code:java}
beeline> select cast(0 as decimal(20,10));
//output
0E-10 
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: [VOTE] Apache Hive 2.3.8 Release Candidate 3

2021-01-12 Thread Dongjoon Hyun
+1

Thank you, Chao and all.

Bests,
Dongjoon.

On 2021/01/12 16:01:06, Szehon Ho  wrote: 
> +1
> 
> Verified signatures
> Created a table, insert data, ran simple queries.
> 
> Thanks Chao,
> Szehon
> 
> On Mon, Jan 11, 2021 at 5:43 AM Xuefu Zhang  wrote:
> 
> > +1. I performed the following:
> >
> > 1. Downloaded bin and src tarball and verified signature and checksum
> > 2. Freshly initiated a mysql based metastore and ran Hive metastore service
> > on top of it.
> > 3. Created a simple table and queried it with Hive CLI.
> > 4. Didn't test beeline, however.
> >
> > Thanks,
> > Xuefu
> >
> > On Thu, Jan 7, 2021 at 11:25 PM Chao Sun  wrote:
> >
> > > Apache Hive 2.3.8 Release Candidate 3 is available here:
> > > https://people.apache.org/~sunchao/apache-hive-2.3.8-rc-3
> > > Maven artifacts are available here:
> > > https://repository.apache.org/content/repositories/orgapachehive-1105
> > > The tag release-2.3.8-rc3 has been applied to the source for this
> > > release in github, you can see it at
> > > https://github.com/apache/hive/tree/release-2.3.8-rc3
> > > Voting will conclude in 72 hours (or whenever I scrounge together enough
> > > votes).
> > >
> > > Hive PMC Members: Please test and vote.
> > >
> > > Thanks.
> > >
> >
> 


Re: [VOTE] Apache Hive 2.3.8 Release Candidate 3

2021-01-12 Thread Szehon Ho
+1

Verified signatures
Created a table, insert data, ran simple queries.

Thanks Chao,
Szehon

On Mon, Jan 11, 2021 at 5:43 AM Xuefu Zhang  wrote:

> +1. I performed the following:
>
> 1. Downloaded bin and src tarball and verified signature and checksum
> 2. Freshly initiated a mysql based metastore and ran Hive metastore service
> on top of it.
> 3. Created a simple table and queried it with Hive CLI.
> 4. Didn't test beeline, however.
>
> Thanks,
> Xuefu
>
> On Thu, Jan 7, 2021 at 11:25 PM Chao Sun  wrote:
>
> > Apache Hive 2.3.8 Release Candidate 3 is available here:
> > https://people.apache.org/~sunchao/apache-hive-2.3.8-rc-3
> > Maven artifacts are available here:
> > https://repository.apache.org/content/repositories/orgapachehive-1105
> > The tag release-2.3.8-rc3 has been applied to the source for this
> > release in github, you can see it at
> > https://github.com/apache/hive/tree/release-2.3.8-rc3
> > Voting will conclude in 72 hours (or whenever I scrounge together enough
> > votes).
> >
> > Hive PMC Members: Please test and vote.
> >
> > Thanks.
> >
>


[jira] [Created] (HIVE-24627) Add Debug Logging to Hive JDBC Connection

2021-01-12 Thread David Mollitor (Jira)
David Mollitor created HIVE-24627:
-

 Summary: Add Debug Logging to Hive JDBC Connection
 Key: HIVE-24627
 URL: https://issues.apache.org/jira/browse/HIVE-24627
 Project: Hive
  Issue Type: Improvement
  Components: JDBC
Reporter: David Mollitor
Assignee: David Mollitor


Log the following:

# Session handle
# Version Number
# Any configurations/variables set by the user at the client-side
# Dump the Hive configurations at session-start



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24626) LLAP: reader threads could be starvated if all IO elevator threads are busy to enqueue to another readers

2021-01-12 Thread Jira
László Bodor created HIVE-24626:
---

 Summary: LLAP: reader threads could be starvated if all IO 
elevator threads are busy to enqueue to another readers
 Key: HIVE-24626
 URL: https://issues.apache.org/jira/browse/HIVE-24626
 Project: Hive
  Issue Type: Bug
Reporter: László Bodor






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24625) CTAS with TBLPROPERTIES ('transactional'='false') loads data into incorrect directory

2021-01-12 Thread Attila Magyar (Jira)
Attila Magyar created HIVE-24625:


 Summary: CTAS with TBLPROPERTIES ('transactional'='false') loads 
data into incorrect directory
 Key: HIVE-24625
 URL: https://issues.apache.org/jira/browse/HIVE-24625
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, Metastore
Reporter: Attila Magyar
Assignee: Attila Magyar






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24624) Repl Load should detect the compatible staging dir

2021-01-12 Thread Pratyushotpal Madhukar (Jira)
Pratyushotpal Madhukar created HIVE-24624:
-

 Summary: Repl Load should detect the compatible staging dir
 Key: HIVE-24624
 URL: https://issues.apache.org/jira/browse/HIVE-24624
 Project: Hive
  Issue Type: Improvement
Reporter: Pratyushotpal Madhukar


Repl load in CDP when pointed to a staging dir should be able to detect whether 
the staging dir has the dump structure in compatible format or not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24623) Wrong FS error during dump for table-level replication when staging is remote.

2021-01-12 Thread Arko Sharma (Jira)
Arko Sharma created HIVE-24623:
--

 Summary: Wrong FS error during dump for table-level replication 
when staging is remote.
 Key: HIVE-24623
 URL: https://issues.apache.org/jira/browse/HIVE-24623
 Project: Hive
  Issue Type: Bug
Reporter: Arko Sharma
Assignee: Arko Sharma






--
This message was sent by Atlassian Jira
(v8.3.4#803005)