Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2579 | 11-01-2016 05:43 PM | |
| 8558 | 11-01-2016 05:36 PM | |
| 4881 | 07-01-2016 03:20 PM | |
| 8213 | 05-25-2016 11:36 AM | |
| 4354 | 05-24-2016 05:27 PM |
12-02-2015
12:31 PM
@Arti Wadhwani I believe you need to do this using API http://solr_node:8983/solr/admin/collections?action=CREATE&name=universe_counts&numShards=1&replicationFactor=3&createNodeSet=yz01:8983_solr,xyz03:8983_solr,xyz05:8983_solr
... View more
12-02-2015
12:08 PM
2 Kudos
@Arti Wadhwani
I believe this is what you are looking for https://cwiki.apache.org/confluence/display/solr/Collections+API createNodeSetstringNoAllows defining the nodes to spread the new collection across. If not provided, the CREATE operation will create shard-replica spread across all live Solr nodes. The format is a comma-separated list of node_names, such as localhost:8983_solr, localhost:8984_solr, localhost:8985_solr . Alternatively, use the special value of EMPTY to initially create no shard-replica within the new collection and then later use the ADDREPLICA operation to add shard-replica when and where required.
... View more
12-02-2015
02:29 AM
@Kai Fukazawa Please see this With the latest Ambari UI code you should see an option to set the rack info for each host. You can also set the rack info property through the API ... PUT api/v1/clusters/c1/hosts/[host_name]
{
"Hosts" : {
"rack_info" : "/rack-01"
} } Take from https://issues.apache.org/jira/browse/AMBARI-6646
... View more
12-01-2015
11:44 PM
1 Kudo
Please see the above. You want to make sure that it's pointing to correct file system with enough space. I would say 200GB to 300GB dedicated disk is good start for small cluster. Many times, installation ends up on root thats why its important to pay attention to the above setting. @vsomani
... View more
12-01-2015
10:37 PM
@Paul Codding @jeff
... View more
12-01-2015
02:41 PM
@asinghal Nice!
... View more
12-01-2015
02:36 PM
2 Kudos
@Guilherme Braccialli
java.lang.RuntimeException: org.apache.ambari.server.ClusterNotFoundException:Clusternot found, clusterName=clusterID=6 check if agents are running. Verify the commands again.
... View more
12-01-2015
01:23 AM
@Andrew Watson This old guide but good hints http://docs.hortonworks.com/HDPDocuments/Ambari-1.6.0.0/bk_upgrading_Ambari/content/ambari-chap8.html OS upgrade (example)
... View more