Try to do a git clone from command line. After try this: $ export JAVA_HOME=%Jdk 7 Home% $ mvn clean $ mvn -DskipTests=false clean compile package install assembly:assembly $ mvn eclipse:eclipse
After that import the project into eclipse. Bosco On 12/6/15, 3:46 PM, "Aneela Saleem" <ane...@platalytics.com> wrote: >Hi Bosco! > >I tried to import ranger project in eclips but following errors are shown > >Plugin execution not covered by lifecycle configuration: >org.apache.maven.plugins:maven-antrun-plugin:1.7:run (execution: default, >phase: process-resources) > >Can you guide me in this regard > >thanks > >On Mon, Dec 7, 2015 at 4:45 AM, Aneela Saleem <ane...@platalytics.com> >wrote: > >> Yes Bosco! I have compiled the code with the changes, Noe >> ranger-hbase-plugin-impl folder contains correct version of httpcore. will >> test tomorrow and generate partch >> >> Thanks >> >> On Mon, Dec 7, 2015 at 4:41 AM, Don Bosco Durai (JIRA) <j...@apache.org> >> wrote: >> >>> >>> [ >>> https://issues.apache.org/jira/browse/RANGER-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044192#comment-15044192 >>> ] >>> >>> Don Bosco Durai commented on RANGER-769: >>> ---------------------------------------- >>> >>> [~aneela], I have assigned the JIRA in your name. >>> >>> We might have to update src/main/assembly/hbase-agent.xml and add >>> http-core to it. Also review the main pom.xml to make sure the http-core >>> and it's version is defined there. >>> >>> The patch process is listed here. I will update to add review board >>> request. >>> >>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55151244 >>> >>> Thanks >>> >>> > Can't connect to Solr server because of Httpcore issue in HBase >>> > --------------------------------------------------------------- >>> > >>> > Key: RANGER-769 >>> > URL: https://issues.apache.org/jira/browse/RANGER-769 >>> > Project: Ranger >>> > Issue Type: Bug >>> > Reporter: Aneela Saleem >>> > Assignee: Aneela Saleem >>> > >>> > When we install HBase plugin, httpcore is not supplied to HBase lib >>> folder. >>> > And HBase uses httpcore.4.1.3 version which is not compatible with >>> hhtpclient.4.2.5 that causes following exception: >>> > FATAL [org.apache.ranger.audit.queue.AuditBatchQueue0] >>> destination.SolrAuditDestination: Can't connect to Solr server. URL=[ >>> http://192.168.23.126:6083/solr/ranger_audits] >>> > java.lang.NoSuchFieldError: DEF_CONTENT_CHARSET >>> > at >>> org.apache.http.impl.client.DefaultHttpClient.setDefaultHttpParams(DefaultHttpClient.java:175) >>> > at >>> org.apache.http.impl.client.DefaultHttpClient.createHttpParams(DefaultHttpClient.java:158) >>> > at >>> org.apache.http.impl.client.AbstractHttpClient.getParams(AbstractHttpClient.java:448) >>> > at >>> org.apache.solr.client.solrj.impl.HttpClientUtil.setConnectionTimeout(HttpClientUtil.java:267) >>> > at >>> org.apache.solr.client.solrj.impl.LBHttpSolrClient.setConnectionTimeout(LBHttpSolrClient.java:460) >>> > at >>> org.apache.ranger.audit.destination.SolrAuditDestination.connect(SolrAuditDestination.java:116) >>> > at >>> org.apache.ranger.audit.destination.SolrAuditDestination.log(SolrAuditDestination.java:138) >>> > at >>> org.apache.ranger.audit.queue.AuditBatchQueue.runDoAs(AuditBatchQueue.java:320) >>> > at >>> org.apache.ranger.audit.queue.AuditBatchQueue$1.run(AuditBatchQueue.java:217) >>> > at >>> org.apache.ranger.audit.queue.AuditBatchQueue$1.run(AuditBatchQueue.java:215) >>> > at java.security.AccessController.doPrivileged(Native Method) >>> > at javax.security.auth.Subject.doAs(Subject.java:356) >>> > at >>> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1594) >>> > at >>> org.apache.ranger.audit.queue.AuditBatchQueue.run(AuditBatchQueue.java:223) >>> > at java.lang.Thread.run(Thread.java:745) >>> >>> >>> >>> -- >>> This message was sent by Atlassian JIRA >>> (v6.3.4#6332) >>> >> >>