Hi Ahmed, To solve this issue, you can build the project by command line “mvn install -DskipTests”, then the carbon-format-0.1.0-SNAPSHOT.jar will be created at carbon-project/format/target path. Then you can add it in intelJ (project structure menu).
Hope it work for you. Regards, Jacky > 在 2016年7月6日,上午11:24,Ahmed Abdelhamid <[email protected]> 写道: > > I am attaching the Build results, The build is successful, however still > format is missing from the code. When the code is imported into InteljiIDE, > there exists around 100 errors because of the missing "org.carbondata.format". > > Please advise > > On Tue, Jul 5, 2016 at 7:37 PM Vimal Das Kammath <[email protected] > <mailto:[email protected]>> wrote: > Probably org.carbondata.format is not getting build in your environment. > org.carbondata.format requires Apache Thrift compiler to be built. > > Can you share the complete console messages, or try to build directly using > maven and share the detailed error message so that we can assist further. > > On Wed, Jul 6, 2016 at 6:29 AM, Ahmed Abdelhamid (JIRA) <[email protected] > <mailto:[email protected]>> > wrote: > > > Ahmed Abdelhamid created CARBONDATA-42: > > ------------------------------------------ > > > > Summary: Missing Code on Github for Compilation > > Key: CARBONDATA-42 > > URL: https://issues.apache.org/jira/browse/CARBONDATA-42 > > <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 > > > > > > 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) > > > <Build.txt>
