You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2016/07/06 03:52:10 UTC

[jira] [Commented] (CARBONDATA-42) Missing Code on Github for Compilation

    [ https://issues.apache.org/jira/browse/CARBONDATA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363709#comment-15363709 ] 

Ravindra Pesala commented on CARBONDATA-42:
-------------------------------------------

carbon-format is having generated thrift classes so that is why intelij is not able to resolve the dependencies.
To fix this issue, First do the maven build and add the generated jar file from carbondata/format module <carbondata/format/target/carbon-format-0.1.0-SNAPSHOT.jar> to the project class path.
For example 'Open Module Settings' on core module and add the above jar dependency to it. In the same way you can add for processing and integration/spark modules as well.

> Missing Code on Github for Compilation 
> ---------------------------------------
>
>                 Key: CARBONDATA-42
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-42
>             Project: CarbonData
>          Issue Type: Bug
>         Environment: Error:(35, 24) java: package org.carbondata.format does not exist
>            Reporter: Ahmed Abdelhamid
>            Priority: Blocker
>              Labels: github-import
>
> The package; 
> Error:(35, 24) java: package org.carbondata.format does not exist
> Is not available in the source code on Github and it is causing 100 error when trying to make the project in Intellij.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)