You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Raghotham Murthy (JIRA)" <ji...@apache.org> on 2008/12/31 03:06:44 UTC

[jira] Created: (HIVE-203) fix eclipse templates to get junit tests working

fix eclipse templates to get junit tests working
------------------------------------------------

                 Key: HIVE-203
                 URL: https://issues.apache.org/jira/browse/HIVE-203
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Build Infrastructure
    Affects Versions: 0.2.0
            Reporter: Raghotham Murthy
            Assignee: Raghotham Murthy
             Fix For: 0.2.0


right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660763#action_12660763 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

I was able to import the project using this patch (this is very useful), however I got the following errors:

1. There is a duplicate entry for serde/src/gen-java in the .classpath files - this gives a build error in eclipse
2. The build is looking for hadoopcore/hadoop-0.17.2.1 - in the checked in files we should probably have this as 0.19. (I was able to get rid of the build issues once I did ant package -Dhadoop.version="0.17.2.1"

I think without fixing 1 this will not build in eclipse.

Also for the hadoop version, we can potentially do the following in the .classpath file so that it brings in the correct version.

Using 

@HADOOPVER@ in .classpath similar to how we use @PROJECT@ in .project

and then add the following in <root>/build.xml

<filter token="HADOOPVER" value="${hadoop.version}"/>

after the token for PROJECT

I do see the test configurations... This looks great..

However, when I try to run say the TestCliDriver configuration it seems to give me an error 

"Input type of the launch configuration does not exist".

Also while running TestHive I get the following:

"The archive: /hive_local_ws3/build/metastore/metastore_model.jar which is referenced by the classpath, does not exist."

even though the jar is there (I checked it).


> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment: hive-203.1.patch

Need to do the following after applying the patch:

1. ant package in trunk (couldnt get rid of this step)
2. ant model-jar in metastore directory
3. ant gen-test in ql directory
4. ant eclipse-files in trunk (in addition to classpath, project, settings this cmd also generates two launch configurations in trunk)

Then, in eclipse, file->import->General->Existing Projects Into Workspace->Select root directory (point to trunk)

This should import the project and the launch configurations. You can look for launch configurations by checking:
Run->Run Configurations->JUnit. There should be two configurations TestCliDriver, and TestHive (metastore tests).

Then, you should be able to run all the unit tests by Run->Run.

I had to remove a whole bunch of extraneous @Overrides because  eclipse complained about them for me. These overrides were extraneous since they were specified for methods in classes which were just implementing interfaces and not really extending classes which had those same methods.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660830#action_12660830 ] 

Prasad Chakka commented on HIVE-203:
------------------------------------

For the issues with test launch configurations, you might need to refresh the project or restart eclipse. these problems might go away.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661077#action_12661077 ] 

Raghotham Murthy commented on HIVE-203:
---------------------------------------

Now that hive-48 has been committed, can you update your tree and try the same patch again?

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment: hive-203.4.patch

more git grief. uploaded new patch

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch, hive-203.4.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660989#action_12660989 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

something is wrong with the new patch. It seems to be missing a bunch of things frrom the previous patch.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Status: Patch Available  (was: Open)

patch available

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment:     (was: hive-203.3.patch)

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661351#action_12661351 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

Now it does not show me the two launch configurations. They seem to be missing from the patch.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660123#action_12660123 ] 

Raghotham Murthy commented on HIVE-203:
---------------------------------------

@overrides caused errors - not warnings. That's the reason I had to get rid of them. I didnt change any eclipse configuration (I have eclipse 3.4.1).

the classpathentry existed earlier. I am not sure what it does. Should probably remove it.

I could not get rid of ant package since there was no way for me to directly call ant install-hadoopcore in trunk/build.xml. That would require us to refactor build-common.xml and other */build.xml files which is a bigger change.

Will add the comment back to getDatabases.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HIVE-203:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks Raghu.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch, hive-203.4.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660117#action_12660117 ] 

Raghotham Murthy commented on HIVE-203:
---------------------------------------

One more thing. All the unit tests for TestCliDriver are not passing - 7 failures out of 128 tests. Some are because TestSerde.jar is not in the path - I am trying to fix that. Others because the tests dont clean up after themselves - example input16.q fails saying table input16 already exists.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660119#action_12660119 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

The patch seems to delete the contents of

eclipse-templates/.externalToolBuilders/Hive_Ant_Builder.launch

Can you check that?

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment: hive-203.3.patch

1. fixed duplicate serde entries
2. using hadoop.version in the classpath - defaults to 0.19.

And as prasad mentioned, try either refreshing the project or just restarting eclipse to get the launch configurations to work.

Note that its currently not possible  to get eclipse to run junit tests for anything other than hadoop-17 because of the deprecated validateInput call. We should try and make it such only hadoop-17 would require code preprocessing and later hadoop versions work without preprocessing.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661034#action_12661034 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

I am still getting the following error:

Description	Resource	Path	Location	Type
Project 'hive_local_ws3' is missing required source folder: 'jdbc/src/java'	hive_local_ws3		Build path	Build Path Problem
Project 'hive_local_ws3' is missing required source folder: 'jdbc/src/test'	hive_local_ws3		Build path	Build Path Problem
The project cannot be built until build path errors are resolved	hive_local_ws3		Unknown	Java Problem


> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-203:
--------------------------------

        Fix Version/s: 0.3.0
                           (was: 0.6.0)
    Affects Version/s:     (was: 0.6.0)

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.3.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch, hive-203.4.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660121#action_12660121 ] 

Prasad Chakka commented on HIVE-203:
------------------------------------

.classpath
classpathentry excluding="test/|test/|java/|gen-java/|test/" kind="src" path="serde/src"/>
--> what is this excluding for?

Users can create launch configurations for other tests by changing the class name in the following line in .launch files
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.hadoop.hive.ql.metadata.TestHive"/>

@Override is not an issue for default eclipse configuration. I think your changed your configuration which is causing the @Override warnings. I think you removed comment for getDatabases() function along with the @override

why is ant package is needed when gen-test depends on test-init as well? 

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661768#action_12661768 ] 

Ashish Thusoo commented on HIVE-203:
------------------------------------

+1

Works for me now.


> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch, hive-203.4.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment: hive-203.2.patch

fixed patch to not change Hive_Ant_Builder.launch. But we wont be using this builder for hadoop-17. We will be using the java builder for hadoop 17. This will allow us to step through code. So, for each of the ant commands above use -Dhadoop.version="0.17.2.1" option to pull in hadoop-17.





> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-203) fix eclipse templates to get junit tests working

Posted by "Raghotham Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghotham Murthy updated HIVE-203:
----------------------------------

    Attachment: hive-203.3.patch

Missed including the @Override fixes. Replaced the patch with the fixed patch.

> fix eclipse templates to get junit tests working
> ------------------------------------------------
>
>                 Key: HIVE-203
>                 URL: https://issues.apache.org/jira/browse/HIVE-203
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.2.0
>            Reporter: Raghotham Murthy
>            Assignee: Raghotham Murthy
>             Fix For: 0.2.0
>
>         Attachments: hive-203.1.patch, hive-203.2.patch, hive-203.3.patch
>
>
> right now eclipse templates are not complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.