| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
18 (0.32s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4571] Reinvestigate HIVE-337 induced limit on number of separator characters in LazySerDe - Hive - [issue]
|
|
...HIVE-337 added support for complex data structures and also oddly added in a limit of the # of separator characters required to make that happen.When using an Avro-based table that has more ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4571
Author: Harsh J,
2013-05-16, 11:55
|
|
|
Re: Where is exception stacktrace and root cause for UDF - Hive - [mail # user]
|
|
...They should be viewable if you enable the DEBUG mode. hive -hiveconf hive.root.logger=DEBUG,console On Thu, Mar 21, 2013 at 1:31 AM, Marc Limotte wrote: Harsh ...
|
|
|
Author: Harsh J,
2013-03-20, 23:06
|
|
|
Re: Get the job id for a hive query - Hive - [mail # user]
|
|
...The client logs print the Job ID of the spawned job and a tracking URL. Is that what you're looking for? Its printed for each stage. On Wed, Feb 27, 2013 at 11:06 PM, Tim Bittersohl &...
|
|
|
Author: Harsh J,
2013-02-28, 08:08
|
|
|
Re: Hive over HBase Integration Issue - Hive - [mail # user]
|
|
...You could replicate the configs or place the client-sided hbase-site.xml in the same directory as hive-site.xml for it to get picked up via the classpath by HBase centric classes. On S...
|
|
|
Author: Harsh J,
2013-02-17, 14:10
|
|
|
Re: Difference between -put command and Hive Load command? - Hive - [mail # user]
|
|
...Please send Hive-relevant questions to the Hive's user community lists ([EMAIL PROTECTED]) instead of me directly. For more details read http://hive.apache.org/mailing_lists.html#Users. I've...
|
|
|
Author: Harsh J,
2013-02-13, 05:47
|
|
|
Re: DROP TABLE does not respect the IF EXISTS clause - Hive - [mail # user]
|
|
...Not sure how relevant it is but I faced a similar problem around ALTER TABLE DROP PARTITION IF EXIST. See https://issues.apache.org/jira/browse/HIVE-3576 for the specific issue and my ...
|
|
|
Author: Harsh J,
2013-02-01, 00:40
|
|
|
[HIVE-3653] Failure in a counter poller run should not be considered as a job failure - Hive - [issue]
|
|
...A client had a simple transient failure in polling the JT for job status (which it does for HIVECOUNTERSPULLINTERVAL for each currently running job).java.io.IOException: Call to HOST/IP:PORT...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3653
Author: Harsh J,
2013-01-12, 00:57
|
|
|
[HIVE-3195] Typo in dynamic partitioning code bits, says "genereated" instead of "generated" in some places. - Hive - [issue]
|
|
...Typo:--- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java+++ ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java@@ -1860,7 +1860,7 @@ public final class Utilities {  ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3195
Author: Harsh J,
2012-12-20, 01:03
|
|
|
[HIVE-3745] Hive does improper "=" based string comparisons for strings with trailing whitespaces - Hive - [issue]
|
|
...Compared to other systems such as DB2, MySQL, etc., which disregard trailing whitespaces in a string used when comparing two strings with the "=" relational operator, Hive does not do this.F...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3745
Author: Harsh J,
2012-12-05, 06:59
|
|
|
[HIVE-3619] Hive JDBC driver should return a proper update-count of rows affected by query - Hive - [issue]
|
|
...HiveStatement.java currently has an explicit 0 return:public int getUpdateCount() throws SQLException { return 0; }Ideally we ought to emit the exact number of rows affected by the query sta...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3619
Author: Harsh J,
2012-10-25, 10:46
|
|
|
|