You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2010/06/02 17:53:42 UTC

[jira] Created: (CASSANDRA-1150) pig contrib module not building, other errors

pig contrib module not building, other errors
---------------------------------------------

                 Key: CASSANDRA-1150
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib
    Affects Versions: 0.6
            Reporter: Jeremy Hanna
            Assignee: Jeremy Hanna
            Priority: Minor


Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.

Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.

This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-runtime-0_6-patch.txt
                1150-runtime-trunk.txt

For both runtime patches:
Fixed the runtime problems with pig. Updated the README.txt for pig and added an example-script.pig. Fixed a few places where it referred to pig 0.7.0-dev.

For trunk:
It was calling the comparator's newInstance where it should use the singleton version.  Fixed that in a few other places as well.  Fixed a couple of comments in WordCountSetup.  Used cassandra.yaml instead of storage-conf.xml.  
Also enabled the executable bit on the word_count, word_count_setup, and pig_cassandra scripts.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt, 1150-runtime-0_6-patch.txt, 1150-runtime-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment:     (was: 1150-build-0_6.txt)

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment:     (was: 1150-runtime-trunk.txt)

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt, 1150-runtime-0_6-patch.txt, 1150-runtime-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-build-0_6.txt

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment:     (was: 1150-build-0_6.txt)

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Commented: (CASSANDRA-1150) pig contrib module not building, other errors

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874685#action_12874685 ] 

Jonathan Ellis commented on CASSANDRA-1150:
-------------------------------------------

I think I'd rather "fix" this by adding the instruction "rename or symlink your pig jar, to pig.jar" so we're not pinned to a specific pig version.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-build-0_6.txt
                1150-build-trunk.txt

Updated to use a wildcard for the pig version, also attaching build fixes for both 0.6 branch and trunk.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1050-runtime-0_6-patch.txt

Adds a default pig script to run based on the README suggestion.  Adds more to the README indicating how to run in local mode since that's the least volatile mode to run in.

Also took out a couple of references to 0.7.0-dev -> 0.7.0.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1050-runtime-0_6-patch.txt, 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Reopened: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna reopened CASSANDRA-1150:
-------------------------------------


Reopening since integrating with core will take a while (no mvn repo with pig).

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-build-0_6.txt

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Commented: (CASSANDRA-1150) pig contrib module not building, other errors

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878383#action_12878383 ] 

Hudson commented on CASSANDRA-1150:
-----------------------------------

Integrated in Cassandra #464 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/464/])
    Remove references to -dev version of pig, add example script, use comparators singletons. Patch by Jeremy Hanna, review by johan. CASSANDRA-1150


> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt, 1150-runtime-0_6-patch.txt, 1150-runtime-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Commented: (CASSANDRA-1150) pig contrib module not building, other errors

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875444#action_12875444 ] 

Jonathan Ellis commented on CASSANDRA-1150:
-------------------------------------------

committed

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Resolved: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna resolved CASSANDRA-1150.
-------------------------------------

    Resolution: Fixed

It is now building at least - resolving this issue as CASSANDRA-1162 will address the other concerns - making it work properly within core and using a demo usage of it in the contrib section.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-build-trunk.txt

Bah - updated the trunk build fix - wishing IDEA wouldn't be buggy about what it included in patches...

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment:     (was: 1050-runtime-0_6-patch.txt)

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment:     (was: 1150-build-trunk.txt)

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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


[jira] Updated: (CASSANDRA-1150) pig contrib module not building, other errors

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

Jeremy Hanna updated CASSANDRA-1150:
------------------------------------

    Attachment: 1150-runtime-trunk.txt

Added a bit to the NEWS.txt to let people know about the singleton model for AbstractType extensions.

> pig contrib module not building, other errors
> ---------------------------------------------
>
>                 Key: CASSANDRA-1150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1150-build-0_6.txt, 1150-build-trunk.txt, 1150-runtime-0_6-patch.txt, 1150-runtime-trunk.txt
>
>
> Currently, the pig contrib module fails to build because of dependency issues - it looks like dependencies like hadoop that were at one time in the main cassandra dependency list.
> Also, once the dependencies are resolved, there are still errors when running the example pig query in the README.txt in the module.
> This ticket would address both of those issues and getting it working both on 0.6.x as well as mainline trunk.

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