| clear query|facets|time |
Search criteria: .
Results from 11 to 18 from
18 (0.191s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3576] Regression: ALTER TABLE DROP IF EXISTS PARTITION throws a SemanticException if Partition is not found - Hive - [issue]
|
|
...Doing a simple "ALTER TABLE testtable DROP IF EXISTS PARTITION(dt=NONEXISTENTPARTITION)" fails with a SemanticException of the 10006 kind (INVALID_PARTITION).This does not respect the hive.e...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3576
Author: Harsh J,
2012-10-25, 10:31
|
|
|
[HIVE-3595] Hive should adapt new FsShell commands since Hadoop 2 has changed FsShell argument structures - Hive - [issue]
|
|
...A simple example is that hive calls "-rmr" in the FsShell class, which in Hadoop 2 is "rm -r". This helps avoid printing an unnecessary Deprecated warning in Hive when the Hadoop23 (or hadoo...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3595
Author: Harsh J,
2012-10-18, 10:08
|
|
|
[HIVE-3543] A hive-builtins snapshot is required on the classpath of generated eclipse files - Hive - [issue]
|
|
...We shouldn't rely on presence of a jar of our own project to pre-exist when generating the eclipse files, like so:<classpathentry kind="lib" path="build/builtins/hive-builtins-0.10.0-SNAP...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3543
Author: Harsh J,
2012-10-07, 12:36
|
|
|
[HIVE-3414] Exception cast issue in HiveMetaStore.java - Hive - [issue]
|
|
...(This is reading the 0.8 code)Faulty way of checking for types in HiveMetaStore.java, under the HMSHandler.rename_partition method:1914 } catch (Exception e) { 1915 assert(e instanceof Runti...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3414
Author: Harsh J,
2012-09-17, 10:28
|
|
|
Re: FileSystem Closed. - Hive - [mail # user]
|
|
...This appears to be a Hive issue (something probably called FS.close() too early?). Redirecting to the Hive user lists as they can help better with this. On Tue, Jul 10, 2012 at 9:59 PM...
|
|
|
Author: Harsh J,
2012-07-10, 16:39
|
|
|
Re: Hive map side join with Distributed cache - Hive - [mail # user]
|
|
...Hey Abhishek, Hive manages your dist-cache automatically. What issue are you running into when trying to map-join, that you wish to solve? MapJoin docs can be found here: https:/...
|
|
|
Author: Harsh J,
2012-06-11, 17:34
|
|
|
Re: Help IN CHD - Hive - [mail # user]
|
|
...Vikas, This question belongs to Hadoop's lists. I'm moving it to [EMAIL PROTECTED]. To answer your question: DN hostnames must exist in the dfs.hosts pointed file if you wa...
|
|
|
Author: Harsh J,
2011-08-11, 13:04
|
|
|
Re: Is there a way to run a test about some class? - Hive - [mail # user]
|
|
...Although the compile target is run, no recompilation is done if the build/* files already exist. You shouldn't face too much of a slowdown. FWIW, I load tests up in an IDE and run them...
|
|
|
Author: Harsh J,
2011-08-02, 13:21
|
|
|
|