Member since
09-29-2015
155
Posts
205
Kudos Received
18
Solutions
03-17-2016
05:55 PM
1 Kudo
@Neeraj Sabharwal just tried doing the sparkR zeppelin install on HDP2.4, but had problems with dependencies in R (package ‘evaluate’ is not available (for R version 3.2.3)) Which causes the maven build to fail with this message:
ERROR: dependency ‘evaluate’ is not available for package ‘rzeppelin’
* removing ‘/root/Zeppelin-With-R/R/lib/rzeppelin’
Where u able to install the dependencies, I am thinking i have to downgrade my R version. Which version did u install. The gist takes the latest version: yum install R-*
> install.packages("evaluate", dependencies = TRUE)
Installing package into ‘/usr/lib64/R/library’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Error in download.file(url, destfile = f, quiet = TRUE) :
unsupported URL scheme
HTTPS CRAN mirror
1: 0-Cloud [https] 2: Austria [https]
3: Chile [https] 4: China (Beijing 4) [https]
5: Colombia (Cali) [https] 6: France (Lyon 2) [https]
7: France (Paris 2) [https] 8: Germany (Münster) [https]
9: Iceland [https] 10: Mexico (Mexico City) [https]
11: Russia (Moscow) [https] 12: Spain (A Coruña) [https]
13: Switzerland [https] 14: UK (Bristol) [https]
15: UK (Cambridge) [https] 16: USA (CA 1) [https]
17: USA (KS) [https] 18: USA (MI 1) [https]
19: USA (TN) [https] 20: USA (TX) [https]
21: USA (WA) [https] 22: (HTTP mirrors)
Selection: 21
Warning: unable to access index for repository https://xyz.xxxx.org/src/contrib:
unsupported URL scheme
Warning message:
package ‘evaluate’ is not available (for R version 3.2.3)
> quit;
... View more
12-29-2015
09:50 PM
Thanks @Ali Bajwa ! Per our conversation, clean out the directories, stop solr, and if you got into bad state create the solr collection using a new name , that will do the trick
... View more
12-29-2015
05:33 PM
Sorry had to break up the comment because of 600 character limit
... View more
12-29-2015
05:33 PM
<directoryFactory name="DirectoryFactory"/> I tried replacing with <directoryFactory name="DirectoryFactory" class="solr.HdfsDirectoryFactory">
But that did not help got the same error
... View more
12-29-2015
05:32 PM
Creating new collection 'labs' using command: http://192.168.197.146:8983/solr/admin/collections?action=CREATE&name=labs&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=labs { "responseHeader":{ "status":0, "QTime":1508}, "failure":{"":"org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.197.146:8984/solr: Error CREATEing SolrCore 'labs_shard1_replica1': Unable to create core [labs_shard1_replica1] Caused by: [solrconfig.xml] directoryFactory: missing mandatory attribute 'class'"}}
... View more
12-29-2015
05:32 PM
@Ali Bajwa getting the following error when running step4, @Artem Ervits got the same error following these steps. solr@sandbox root]$ /opt/lucidworks-hdpsearch/solr/bin/solr create -c labs -d /opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs_hdfs/conf -n labs -s 2 -rf 2
Connecting to ZooKeeper at sandbox.hortonworks.com:2181
Re-using existing configuration directory labs
... View more
12-23-2015
06:51 PM
1 Kudo
Very nice! A good way to do ETL and create SOLR indexes.
... View more
11-25-2015
07:41 PM
11 Kudos
If you go to port 4200 on your HDP sandbox http://sandbox.hortonworks.com:4200/
... View more
Labels:
11-12-2015
08:11 PM
@Guilherme Braccialli Just tried your posted steps, everything worked great. Had problems doing mvn build using ur repo, but thats not an issue for me. I have the template idea, how to interact with hive and spark. Thanks for the post, very useful!
... View more
11-12-2015
12:11 AM
Got it syncing to the hub! So if i understand this correct, now if I want to sync these notebooks to another zeppelin, i just put in the same "hub_api_token" in that zeppelin and will it sync to that zeppelin instance? Or is that a feature that's not developed yet?
... View more
- « Previous
- Next »