Member since
09-29-2015
155
Posts
205
Kudos Received
18
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8362 | 02-17-2017 12:38 PM | |
1336 | 11-15-2016 03:56 PM | |
1877 | 11-11-2016 05:27 PM | |
15357 | 11-11-2016 12:16 AM | |
3078 | 11-10-2016 06:15 PM |
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
12-11-2015
01:31 PM
1 Kudo
+1 to @Ancil McBarnett . I would add depending on how you will be accessing Solr, you may want a load balancer in front of your cloud. Any of the Solr instances, shard or replica, can service requests on the SolrCloud.
... 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-22-2015
09:42 PM
@Ned Shawa nice! Any insight when we would officially support Zeppelin in HDP?
... View more
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
11-11-2015
06:36 PM
I had to give it a fully qualified hdfs:// URI in pyspark for me to work
... View more