Unable to compile and run unit tests against custom/local version of Hadoop

2012-06-08 Thread Kanna Karanam
Hi Gurus, It would be a great help if anyone can help me run hive with my local hadoop build. I followed the wiki instructions but no luck. I am sure that I am missing something here. It would be a great help if anyone can point me in the right direction. >From wiki: * One can also compi

RE: Hive Unit Tests: Read-Only Table

2012-06-12 Thread Kanna Karanam
Hi Namit, If I understand correctly, she wants to create a new table (Not modifying the existing tables) as part of the test setup to validate her new UDFs. Are there any guidelines on where to create new tables with different data to validate new UDFs? Thanks, Kanna -Original Message

Running unit tests on Windows - Need some suggestions/help to fix exim & archive related issues

2012-06-14 Thread Kanna Karanam
Hi, I am working on running unit tests on windows. I have done some basic changes to handle path & diff related issues and most of them are passing now. It would be a great help if you can provide me some early feedback to fix exim & archive related unit test failures. Here are my observations.

Test failures : Running HIVE unit test with Hadoop - 1.x

2012-06-21 Thread Kanna Karanam
Has anyone tried running HIVE unit tests with Hadoop-1.x. It seems there are some breaking changes in HarFileSystem which is causing unit test failures in Hive. It may not a production issue so are there any recommendations to fix it in hive? Error: MetaException(message:Got exception: java.io

RE: Test failures : Running HIVE unit test with Hadoop - 1.x

2012-06-21 Thread Kanna Karanam
Thanks, > Zhenxiao > > On Thu, Jun 21, 2012 at 2:31 PM, Kanna Karanam wrote: >> Has anyone tried running HIVE unit tests with Hadoop-1.x. It seems there are >> some breaking changes in HarFileSystem which is causing unit test failures >> in Hive. It may not a production

RE: Test failures : Running HIVE unit test with Hadoop - 1.x

2012-06-21 Thread Kanna Karanam
, Jun 21, 2012 at 6:27 PM, Kanna Karanam wrote: > Thanks Zhenxiao - Yes you are right. This patch should fix my issue. I don't > see these changes yet in trunk. So it would be a great help if we can get > these changes ASAP as it is blocking my windows porting work. >

RE: debugging Hive

2012-06-26 Thread Kanna Karanam
Hi Keren - Please check this JIRA. It looks like this step is no more required. https://issues.apache.org/jira/browse/HIVE-3003 Thanks, Kanna -Original Message- From: Keren Ouaknine [mailto:ker...@gmail.com] Sent: Tuesday, June 26, 2012 1:58 AM To: dev@hive.apache.org Subject: debuggin

Review Request: Allow to download resources from any external File Systems to local machine.

2012-06-30 Thread Kanna Karanam
e/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 1355510 http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 1355510 Diff: https://reviews.apache.org/r/5687/diff/ Testing --- Yes. All unit tests passed. Thanks, Kanna Karanam

Re: Review Request: Allow to download resources from any external File Systems to local machine.

2012-07-02 Thread Kanna Karanam
it: https://reviews.apache.org/r/5687/#review8776 --- On June 30, 2012, 6:15 p.m., Kanna Karanam wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:/

Re: Review Request: Allow to download resources from any external File Systems to local machine.

2012-07-02 Thread Kanna Karanam
ion/SessionState.java 1356065 Diff: https://reviews.apache.org/r/5687/diff/ Testing --- Yes. All unit tests passed. Thanks, Kanna Karanam

Review Request: Resource Leak: Fix the File handle leak in EximUtil.java

2012-07-05 Thread Kanna Karanam
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/EximUtil.java 1357818 Diff: https://reviews.apache.org/r/5777/diff/ Testing --- Yes Thanks, Kanna Karanam

Re: Review Request: Resource Leak: Fix the File handle leak in EximUtil.java

2012-07-05 Thread Kanna Karanam
tmode, which makes me > > worry that this may still be broken on windows if you run it by hand. Can > > you please check on this? Thanks. I verified it on windows too. It is working. - Kanna --- This is

Review Request: Windows: Fix the unit tests which contains “!” commands (Unix shell commands)

2012-07-06 Thread Kanna Karanam
nsertexternal1.q.out 1358338 trunk/ql/src/test/results/clientpositive/multi_insert.q.out 1358338 trunk/ql/src/test/results/clientpositive/multi_insert_move_tasks_share_dependencies.q.out 1358338 Diff: https://reviews.apache.org/r/5812/diff/ Testing --- Yes Thanks, Kanna Karanam

Casting exception while converting from "LazyDouble" to "LazyString"

2012-07-10 Thread Kanna Karanam
Has anyone seen this error before? Am I missing anything here? 2012-07-10 11:11:02,203 INFO org.apache.hadoop.mapred.TaskInProgress: Error from attempt_201207091248_0107_m_00_0: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing

RE: Casting exception while converting from "LazyDouble" to "LazyString"

2012-07-10 Thread Kanna Karanam
our query you are having a STRING type for a field which is actually a DOUBLE. On Tue, Jul 10, 2012 at 3:05 PM, Kanna Karanam mailto:kanna...@microsoft.com>> wrote: Has anyone seen this error before? Am I missing anything here? 2012-07-10 11:11:02,203 INFO org.apache.hadoop.mapre

Re: Review Request: Windows: Fix the unit tests which contains “!” commands (Unix shell commands)

2012-07-11 Thread Kanna Karanam
ncies.q.out 1360329 Diff: https://reviews.apache.org/r/5812/diff/ Testing --- Yes Thanks, Kanna Karanam

Review Request: Fix “TestDosToUnix” unit tests on Windows by closing the leaking file handle in DosToUnix.java.

2012-07-30 Thread Kanna Karanam
/ql/src/java/org/apache/hadoop/hive/ql/util/DosToUnix.java 1367127 Diff: https://reviews.apache.org/r/6213/diff/ Testing --- Yes Thanks, Kanna Karanam

Review Request: Fix the “TestHiveHistory”, “TestHiveConf”, & “TestExecDriver” unit tests on Windows by fixing the path related issues.

2012-07-30 Thread Kanna Karanam
/apache/hadoop/hive/ql/history/TestHiveHistory.java 1367127 Diff: https://reviews.apache.org/r/6214/diff/ Testing --- Yes Thanks, Kanna Karanam

Re: Review Request: Fix “TestDosToUnix” unit tests on Windows by closing the leaking file handle in DosToUnix.java.

2012-07-30 Thread Kanna Karanam
DosToUnix utilities. This addresses bug HIVE-3317. https://issues.apache.org/jira/browse/HIVE-3317 Diffs (updated) - trunk/ql/src/java/org/apache/hadoop/hive/ql/util/DosToUnix.java 1367185 Diff: https://reviews.apache.org/r/6213/diff/ Testing --- Yes Thanks, Kanna Karanam

Review Request: HIVE_3320 : Handle “CRLF” line endings to avoid the extra spacing in generated test outputs in Windows. (Utilities.Java :: readColumn)

2012-07-30 Thread Kanna Karanam
://issues.apache.org/jira/browse/HIVE-3320 Diffs - trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1367185 Diff: https://reviews.apache.org/r/6215/diff/ Testing --- Thanks, Kanna Karanam

Review Request: Remove the Unix specific absolute path of “Cat” utility in several .q files to make them run on Windows with CygWin in path.

2012-08-01 Thread Kanna Karanam
/clientpositive/select_transform_hint.q.out 1368192 trunk/ql/src/test/results/clientpositive/transform_ppr1.q.out 1368192 trunk/ql/src/test/results/clientpositive/transform_ppr2.q.out 1368192 Diff: https://reviews.apache.org/r/6313/diff/ Testing --- Yes. Thanks, Kanna Karanam

JDBC Issue (File Handle leak): Unable to drop the table after reading partial data for it.

2012-08-10 Thread Kanna Karanam
Hi Gurus, While I am fixing the JDBC unit test issues on Windows, I observed that HiveServer is keeping the file handle open until client reads the data completely or closes the connection. Because of this open file handle, client can't drop the same table with in the same connection context a

Review Request: HIVE-3478 - Remove the specialized logic to handle the file schemas in windows vs unix from build.xml

2012-09-18 Thread Kanna Karanam
org/apache/hadoop/hive/ql/QTestUtil.java 1387341 Diff: https://reviews.apache.org/r/7150/diff/ Testing --- Done on windows as well as Unix. Thanks, Kanna Karanam

Review Request: HIVE-3481 - : Hiveserver is not closing the existing driver handle before executing the next command. It results in to file handle leaks.

2012-09-18 Thread Kanna Karanam
vice/HiveServer.java 1387251 Diff: https://reviews.apache.org/r/7151/diff/ Testing --- Tesed on Windows as well as on Unix Thanks, Kanna Karanam

Review Request: HIVE-3479 - Bug fix: Return the child JVM exit code to the parent process to handle the error conditions

2012-09-18 Thread Kanna Karanam
Unix Thanks, Kanna Karanam

Review Request: HIVE-3487 : Some of the Metastore unit tests failing on Windows because of the static variables initialization problem in HiveConf class.

2012-09-19 Thread Kanna Karanam
: https://reviews.apache.org/r/7155/diff/ Testing --- Tested on Windows as well as on Unix. Thanks, Kanna Karanam

Review Request: HIVE-3494 : Some of the JDBC test cases are failing on Windows because of the longer class path.

2012-09-20 Thread Kanna Karanam
/jira/browse/HIVE-3494 Diffs - trunk/jdbc/build.xml 1388156 Diff: https://reviews.apache.org/r/7196/diff/ Testing --- Tested it on both Windows as well as on Unix Thanks, Kanna Karanam

Review Request: Unable to generate the Hbase related unit tests using velocity templates on Windows

2012-11-02 Thread Kanna Karanam
/TestHBaseCliDriver.vm 1404402 trunk/hbase-handler/src/test/templates/TestHBaseNegativeCliDriver.vm 1404402 Diff: https://reviews.apache.org/r/7833/diff/ Testing --- Done Thanks, Kanna Karanam

Review Request: TestHiveHistory::testQueryloglocParentDirNotExist Test fails on Windows because of some resource leaks in ZK

2012-11-02 Thread Kanna Karanam
issue. This addresses bug HIVE_3659. https://issues.apache.org/jira/browse/HIVE_3659 Diffs - trunk/ql/src/test/org/apache/hadoop/hive/ql/history/TestHiveHistory.java 1405070 Diff: https://reviews.apache.org/r/7835/diff/ Testing --- Thanks, Kanna Karanam

Review Request: Remove the Windows specific “=” related swizzle path changes from Proxy FileSystems

2012-11-02 Thread Kanna Karanam
--- Thanks, Kanna Karanam

Review Request: TestHiveServer: testScratchDirShouldClearWhileStartup is failing on Windows

2012-11-02 Thread Kanna Karanam
- trunk/data/conf/hive-site.xml 1405070 Diff: https://reviews.apache.org/r/7837/diff/ Testing --- Thanks, Kanna Karanam

Review Request: Unable to display the MR Job log file path on Windows in case of MR job failures.

2012-11-02 Thread Kanna Karanam
/diff/ Testing --- Thanks, Kanna Karanam

Review Request: Avoid to create a symlink for hive-contrib.jar file in dist\lib folder.

2012-11-02 Thread Kanna Karanam
://reviews.apache.org/r/7840/diff/ Testing --- Thanks, Kanna Karanam

Review Request: : Fix the file handle leaks in Symbolic & Symlink related input formats.

2012-11-02 Thread Kanna Karanam
/java/org/apache/hadoop/hive/ql/io/SymlinkTextInputFormat.java 1405070 trunk/ql/src/test/org/apache/hadoop/hive/ql/io/TestSymlinkTextInputFormat.java 1405070 Diff: https://reviews.apache.org/r/7841/diff/ Testing --- Thanks, Kanna Karanam

[jira] [Commented] (HIVE-2646) Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs

2012-06-08 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291928#comment-13291928 ] Kanna Karanam commented on HIVE-2646: - I downloaded the Hadoop & Hive sou

[jira] [Created] (HIVE-3130) Fix ODBC build errors (C++ Targets) in Hive on windows

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3130: --- Summary: Fix ODBC build errors (C++ Targets) in Hive on windows Key: HIVE-3130 URL: https://issues.apache.org/jira/browse/HIVE-3130 Project: Hive Issue Type

[jira] [Created] (HIVE-3129) Create windows native scripts (CMD files) to run hive on windows without Cygwin

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3129: --- Summary: Create windows native scripts (CMD files) to run hive on windows without Cygwin Key: HIVE-3129 URL: https://issues.apache.org/jira/browse/HIVE-3129 Project

[jira] [Created] (HIVE-3131) Allow to run Hive unit tests against unreleased versions of Hadoop

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3131: --- Summary: Allow to run Hive unit tests against unreleased versions of Hadoop Key: HIVE-3131 URL: https://issues.apache.org/jira/browse/HIVE-3131 Project: Hive

[jira] [Created] (HIVE-3132) Update the documentation with the instructions to run hive on windows without Cygwin

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3132: --- Summary: Update the documentation with the instructions to run hive on windows without Cygwin Key: HIVE-3132 URL: https://issues.apache.org/jira/browse/HIVE-3132

[jira] [Created] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3127: --- Summary: Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows Key: HIVE-3127 URL: https://issues.apache.org/jira

[jira] [Created] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3126: --- Summary: Generate & build the velocity based Hive tests on windows by fixing the path issues Key: HIVE-3126 URL: https://issues.apache.org/jira/browse/HIVE-

[jira] [Created] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-13 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3128: --- Summary: Support the CAB format to accommodate the absence of tar command on windows Key: HIVE-3128 URL: https://issues.apache.org/jira/browse/HIVE-3128 Project: Hive

[jira] [Commented] (HIVE-3129) Create windows native scripts (CMD files) to run hive on windows without Cygwin

2012-06-14 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295199#comment-13295199 ] Kanna Karanam commented on HIVE-3129: - Hi Edward, It is a good idea. Let me unders

[jira] [Commented] (HIVE-2745) Remove Hive's runtime dependency on bin/hadoop

2012-06-14 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295244#comment-13295244 ] Kanna Karanam commented on HIVE-2745: - Is there any recommended way to implement

[jira] [Created] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-15 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3146: --- Summary: Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) Key: HIVE-3146 URL: https://issues.apache.org/jira/browse/HIVE-3146

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-15 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13296054#comment-13296054 ] Kanna Karanam commented on HIVE-3092: - I am getting the following error on win

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-15 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13296073#comment-13296073 ] Kanna Karanam commented on HIVE-3092: - I am not sure with the implication

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-15 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13296113#comment-13296113 ] Kanna Karanam commented on HIVE-3092: - Thanks Carl - Sorry I think my orig

[jira] [Updated] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-15 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3146: Attachment: HIVE-3146.1.patch.txt Attached the patch > Support external h

[jira] [Updated] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-16 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3127: Attachment: HIVE-3127.1.patch.txt Attached the patch > Don’t pass–hconf values

[jira] [Updated] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-16 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3126: Attachment: HIVE-3126.1.patch.txt Attched the patch > Generate & bu

[jira] [Updated] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-16 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3128: Attachment: HIVE-3128.1.patch.txt Attached the patch > Support the CAB format

[jira] [Commented] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-17 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393657#comment-13393657 ] Kanna Karanam commented on HIVE-3126: - Hi Edward – It is a good point.

[jira] [Commented] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-17 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393664#comment-13393664 ] Kanna Karanam commented on HIVE-3128: - Thanks Edward, Ashutosh, It is a

[jira] [Commented] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-17 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393667#comment-13393667 ] Kanna Karanam commented on HIVE-3127: - Thanks Edward, I thought of removing

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-18 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396108#comment-13396108 ] Kanna Karanam commented on HIVE-3092: - @Carl - It is working after removing

[jira] [Updated] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-19 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3127: Attachment: HIVE-3127.2.patch.txt Hive-3127.2.patch.txt – Removed the arguments option completely

[jira] [Updated] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3128: Attachment: HIVE-3128.2.patch.txt JAVA based archiving & compression using apache co

[jira] [Commented] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398239#comment-13398239 ] Kanna Karanam commented on HIVE-3128: - Attached the patch with JAVA based archi

[jira] [Commented] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398273#comment-13398273 ] Kanna Karanam commented on HIVE-3128: - Thanks Carl. I submitted the review req

[jira] [Commented] (HIVE-3128) Support the CAB format to accommodate the absence of tar command on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398570#comment-13398570 ] Kanna Karanam commented on HIVE-3128: - Thanks Edward, My initial observation i

[jira] [Commented] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398576#comment-13398576 ] Kanna Karanam commented on HIVE-3127: - Thanks Carl. Submittied the code review. h

[jira] [Created] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-21 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3172: --- Summary: Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows Key: HIVE-3172 URL: https://issues.apache.org/jira

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399067#comment-13399067 ] Kanna Karanam commented on HIVE-3172: - @Carl - All MiniMR cluster related test c

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-21 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399154#comment-13399154 ] Kanna Karanam commented on HIVE-3172: - @Carl – I was thinking of another easy

[jira] [Commented] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-22 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399586#comment-13399586 ] Kanna Karanam commented on HIVE-3146: - please find the code review request at h

[jira] [Commented] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-22 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399600#comment-13399600 ] Kanna Karanam commented on HIVE-3146: - @Edward, @JQ – If I understand correctly,

[jira] [Commented] (HIVE-3128) use commons-compress instead of forking tar process

2012-06-22 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399665#comment-13399665 ] Kanna Karanam commented on HIVE-3128: - Thanks Edward. > use

[jira] [Commented] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-22 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399754#comment-13399754 ] Kanna Karanam commented on HIVE-3127: - Thanks Edward, I will look into it. I wo

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-22 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399766#comment-13399766 ] Kanna Karanam commented on HIVE-3092: - Hi Kevin - Any update on this. Th

[jira] [Commented] (HIVE-3128) use commons-compress instead of forking tar process

2012-06-23 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399859#comment-13399859 ] Kanna Karanam commented on HIVE-3128: - Hi Edward - It looks like a random failure

[jira] [Updated] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-23 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3172: Attachment: HIVE-3172.1.patch.txt Attached the patch. > Remove the duplicate

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-23 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400073#comment-13400073 ] Kanna Karanam commented on HIVE-3172: - Extended the ANT path class to remove

[jira] [Updated] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3127: Attachment: HIVE-3127.3.patch.txt Updated the patch with modifications to BlockMergeTask

[jira] [Commented] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400112#comment-13400112 ] Kanna Karanam commented on HIVE-3127: - @Edward - Thanks for helping me understand

[jira] [Updated] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3126: Attachment: HIVE-3126.2.patch.txt Removed the workwround for long class path (It will be addressed

[jira] [Commented] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400188#comment-13400188 ] Kanna Karanam commented on HIVE-3126: - Code review request is at h

[jira] [Commented] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400191#comment-13400191 ] Kanna Karanam commented on HIVE-3092: - Thanks Kevin. All Unit Tests passed without

[jira] [Updated] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3172: Attachment: HIVE-3172.2.patch.txt > Remove the duplicate JAR entries from the (“test.classp

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400278#comment-13400278 ] Kanna Karanam commented on HIVE-3172: - Updated the patch with missing f

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400279#comment-13400279 ] Kanna Karanam commented on HIVE-3172: - code review request is available at h

[jira] [Commented] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400282#comment-13400282 ] Kanna Karanam commented on HIVE-3126: - Thanks Carl. I will look int

[jira] [Commented] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-24 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400291#comment-13400291 ] Kanna Karanam commented on HIVE-3172: - @Carl - You are right. It has impact on

[jira] [Commented] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-26 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401554#comment-13401554 ] Kanna Karanam commented on HIVE-3126: - @Carl- I am still investigating some unit

[jira] [Commented] (HIVE-3127) Don’t pass–hconf values as command line arguments to child JVM to avoid command line exceeding char limit on windows

2012-06-26 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401995#comment-13401995 ] Kanna Karanam commented on HIVE-3127: - Thanks Edward. > Don

[jira] [Commented] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-27 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402370#comment-13402370 ] Kanna Karanam commented on HIVE-3126: - Updated the patch after addressing most of

[jira] [Updated] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-27 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3126: Attachment: HIVE-3126.3.patch.txt Updated the patch. > Generate & bu

[jira] [Created] (HIVE-3204) Windows: Fix the unit tests which contains “!” commands (Unix shell commands)

2012-06-27 Thread Kanna Karanam (JIRA)
Kanna Karanam created HIVE-3204: --- Summary: Windows: Fix the unit tests which contains “!” commands (Unix shell commands) Key: HIVE-3204 URL: https://issues.apache.org/jira/browse/HIVE-3204 Project

[jira] [Commented] (HIVE-3204) Windows: Fix the unit tests which contains “!” commands (Unix shell commands)

2012-06-27 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402850#comment-13402850 ] Kanna Karanam commented on HIVE-3204: - WOW.. Thanks Edward. You simplified the pro

[jira] [Commented] (HIVE-3206) FileUtils.tar assumes wrong directory in some cases

2012-06-27 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402859#comment-13402859 ] Kanna Karanam commented on HIVE-3206: - @Navis - Would it be possible to update

[jira] [Updated] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-29 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3172: Attachment: HIVE-3172.3.patch.txt Removed the unused imports from the previous patch

[jira] [Updated] (HIVE-3172) Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows

2012-06-29 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3172: Status: Patch Available (was: Open) > Remove the duplicate JAR entries from

[jira] [Updated] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-29 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3126: Attachment: HIVE-3126.4.patch.txt Thanks Carl. This feedback helped me to move the path conversion

[jira] [Updated] (HIVE-3126) Generate & build the velocity based Hive tests on windows by fixing the path issues

2012-06-29 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3126: Status: Patch Available (was: Open) > Generate & build the velocity based Hive t

[jira] [Commented] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-30 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404419#comment-13404419 ] Kanna Karanam commented on HIVE-3146: - @Edward, @Ashutosh - I think we need

[jira] [Updated] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-30 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3146: Attachment: HIVE-3146.2.patch.txt Attached the patch. Code review request for this patch is https

[jira] [Updated] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-06-30 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3146: Status: Patch Available (was: Open) > Support external hive tables whose data are stored

[jira] [Updated] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-07-02 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3146: Attachment: HIVE-3146.3.patch.txt Updated the patch. Addressed the Ashutosh code review comments

[jira] [Updated] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-07-02 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanna Karanam updated HIVE-3146: Status: Patch Available (was: Open) > Support external hive tables whose data are stored

[jira] [Commented] (HIVE-3146) Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV)

2012-07-02 Thread Kanna Karanam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405467#comment-13405467 ] Kanna Karanam commented on HIVE-3146: - Thanks Ashutosh. >

  1   2   >