Questions tagged [topology]

Topology is the mathematical study of the properties that are preserved through deformations, twistings, and stretchings of objects. Tearing, however, is not allowed. A circle is topologically equivalent to an ellipse (into which it can be deformed by stretching) and a sphere is equivalent to an ellipsoid.

377 questions
0
votes
0 answers

Dynamic minimal polygons from intersections of other polygons

Let us have some polygons and polylines that intersect and thus create other polygons from their intersections. I am interested in the minimal ones like in the picture below: Let's consider that the polygon that interests us is Polygon 1, because…
0
votes
1 answer

Mininet Real World Network Topologies

I was wondering how I can simulate real-world network topologies in Mininet. For example, how can I simulate a campus network? Or even harder, how can I simulate an ISP network topology? Any guidance and ideas would be appreciated.
Azzam
  • 15
  • 3
0
votes
2 answers

Topology, scaling

Say there is a 2D plane (square) with some points inside it. How to move all the points in such a way that they fill the plane as evenly as possible but every point maintains its neighbors? In other words, I want the points to be as far from each…
Lars Kanto
  • 685
  • 2
  • 10
  • 15
0
votes
1 answer

Generate an adjacency list graph from topology in C++

As a beginner in c++, I need to make an adjacency list graph. I want to generate a weighted graph that shows topology relations between planes and their angle as weight. So in the graph, planes represent graph vertices (e.g. v) and intersection…
Bruce
  • 415
  • 2
  • 19
0
votes
1 answer

How can i find the result of Debugging topology in storm?

I'm new to storm trying to use deubugging i forced topology.debug: true in storm.yaml but when i finished sumbiting topology couldn't find where is the result of debug I noticed in storm ui that topology.debug is false ! why it coudln't read my…
user3928141
0
votes
2 answers

What should be do after submit topology?

I'm new to storm I submitted topology but I want to shutdown storm. First I killed topology by bin/storm kill topology_name I want to close zookeeper, nimbus, supervisor?
user5520049
0
votes
0 answers

Network Topology using Graphs

First of all hello everyone, this is my first post here. I am asking for your help, I'm designing a network topology for access points, but to make it more creative I want to do some coding on java. I want to code it using Graph data structure but…
rdzz69
  • 9
  • 1
0
votes
1 answer

Rack topology in Hadoop

I was googling about rack topology and found this question...may be it's hadoop certification question: Your cluster has slave nodes in three different racks, and you have written a rack topology script identifying each machine as being in rack1,…
Ashu
  • 614
  • 8
  • 17
0
votes
1 answer

What is the generic structure of a WebSphere MQ cell?

What is the generic structure of a WebSphere MQ cell? To give you an idea of what I am looking for, let me give an example of an WebSphere Application Server topology. following are the rules for WAS A Cell in WAS will contain one Cell Deployment…
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
1 answer

Async loop died! org.zeromq.ZMQException

i have this in worker log file , How can i solve it ? [ERROR] Async loop died! org.zeromq.ZMQException: Address already in use(0x62) at org.zeromq.ZMQ$Socket.bind(Native Method) at zilch.mq$bind.invoke(mq.clj:69) at…
user3188912
0
votes
2 answers

Representation of road topology in a GIS file

I'm just getting into GIS right now with a new project at my work - so I'm still kinda new at all of this. I'm using GDAL to work with the TigerLine Shape files from the previous US census land survey. Within these files you can find (among other…
JnBrymn
  • 24,245
  • 28
  • 105
  • 147
0
votes
1 answer

The common network topologies in Web applications

If I want to setup a web application, what network topologies can I choice? Maybe the most common topology is tree-like with a load-balancer in the front and all the servers share one database. I think there must be a lot of alternatives with…
Douglas Su
  • 3,214
  • 7
  • 29
  • 58
0
votes
1 answer

Error After Storm Execution

I execute a Storm topology by DRPC service. But, I see a error below. I don't know why I get an IndexOutOfBoundsException. Maybe multiple emit in spout ... ============== drpc spout source (customized) ======================= _collector.emit(new…
0
votes
1 answer

SRID in CreateTopology () in postgis topology

I am trying to createTopology() and find intersection information. But CreateTopology () has a SRID parameter. I am new to GIS so I really don't know what this means. The documentation says it is spatial reference identified as defined in…
daydayup
  • 2,049
  • 5
  • 22
  • 47
0
votes
1 answer

Kafka Spout fails to acknowledge message in storm while setting multiple workers

I have a storm topology that subscribes events from Kafaka queue. The topology works fine while the number of workers config.setNumWorkers is set to 1. When I update the number of workers to more than one or 2, the KafkaSpout fails to acknowledge…
Prem Singh Bist
  • 1,273
  • 5
  • 22
  • 37