Questions tagged [helix]

The Helix tag is for Apache Helix. For the programmers' editor named Helix, see helix-editor. For the Helix Core VCS system, see perforce.

Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.

85 questions
0
votes
1 answer

Task 'details' is not in your gulpfile

Trying to install gulp. But when check using gulp details command, then getting error like Task 'details' is not in your gulpfile. Is anybody face similar issue.
niko
  • 3
  • 2
0
votes
1 answer

Sitecore 9.2 Helix ,How to use Assets, SitecoreExtension and Dependency Injection that exist in foundation layer of habitat

I am beginner to development in sitecore using Helix Design Principle i started with blank project and added one feature in feature layer and one layout in project layer as in this image and it works fine. my issue when i tried to use asset module…
0
votes
1 answer

How to plot a helix around the curve given by list?

How to plot a helix around the orange curve given by list? Azimuth, elevation and figsize are set for the desired result. import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D import numpy as np from numpy import sin, cos A =…
Elena Greg
  • 1,061
  • 1
  • 11
  • 26
0
votes
0 answers

Can I customize partition names when using Apache Helix?

While playing with Apache Helix I noticed that it automatically generates partition names in following manner: ResourceName_0, ResourceName_1, ... ResourceName_N. It is a bit awkward to translate this back and forth to some real, existing resource…
tporeba
  • 867
  • 10
  • 23
0
votes
1 answer

What is the reason for the strange behavior of meshbuilder AddPolygon() method?

For a counter-clockwise ordered list of points like this: var points = new[] { new Point3D(-2, -4, 8), //a new Point3D(6, -1, 8), //b new Point3D(6, 5, 8), //c new Point3D(0, 8, …
Null Pointer
  • 13
  • 1
  • 3
0
votes
1 answer

Unable to restore nuget packages on Sitecore8.2 build

I'm trying to setup a MVC 5 Sitecore 8.2(helix) project but not able to restore the Nuget packages. This is the error I get when installing from command line Restoring NuGet package Sitecore.Foundation.SitecoreExtensions.1.0.7. WARNING: Unable to…
0
votes
1 answer

How to add Mouse.MouseEnter event to Helix Toolkit objects like LinesVisual3D?

I want to visualize a wireframe 3d model using helixtoolkit in a WPF project (a building frame). the elements should be clickable so the user could interact with them. also when the mouse is hovering above the objects, their color should change. so…
Null Pointer
  • 13
  • 1
  • 3
0
votes
1 answer

Apache Helix run-helix-controller.sh command gives error

I have installed apache Helix 1.0.0 version. I am able to setup a cluster and add resources. But when i try to start run-helix-controller.sh it gives below error. Here is command : ./run-helix-controller.sh --zkSvr localhost:2181 --cluster…
Anil
  • 3
  • 2
0
votes
2 answers

How segments sends to offline servers in Apache Pinot?

We can create segments outside of Apache Pinot cluster. That's good. But I don't understand how it upload segments to offline server from deep storage. For example, I write segment to Hdfs. Then I call segment tar push job. If I didn't understand…
sparkless
  • 265
  • 1
  • 3
  • 10
0
votes
1 answer

Helix Convolution in Pytorch (Machine Learning)

I currently investigate the development of a convolutional neural network involving up to 5 or 6 dimensional arrays efficiently. I was aware that many of the tools used for convolutional neural networks do not really deal with ND convolutions, so I…
Jack Rolph
  • 587
  • 5
  • 15
0
votes
1 answer

How to create helical curve using inventor api and c# or vb.net

I have code in c# windows app creating a line in a 2D sketch. And then I created a 3D sketch. Eventually I want to add a helical curve around this line from the 3D sketch. Can anyone help me please to solve this issue? Thanks in advance. public…
0
votes
0 answers

off-canvas menu designed by helix3 disappears in mobile mode of my site

I'm building a persian (rtl) website with an offcanvas menu using helix3. The site works fine in all modes (mobile/desktop) when testing with "responsive web design Tester" or other testing tools. But when surfing the site with tablet or ipad, the…
azita darooei
  • 17
  • 1
  • 7
0
votes
1 answer

How to transfer business logic related state between Apache Helix instances?

Is Apache Helix capable of rebalancing data between nodes? For examle I'm developing an in-memory database where some of the partitioned/sharded data needs to be moved to another node. Is messaging or the Application Property Store a way to solve…
Towen
  • 175
  • 1
  • 1
  • 10
0
votes
1 answer

Adding an appsetting to the root web.config file in a helix solution

We are trying to figure out how to add an appsetting into the root websites web.config from a helix feature project. Its my understanding that if you add a transform file e.g (web.config.transform) into the root of your feature project and build…
Richard Banks
  • 2,946
  • 5
  • 34
  • 71
0
votes
0 answers

Sitecore - Rendering an image with Glass has stopped working, but only on the Web database

So I have some components which render images using @Html.Glass().RenderImage. Seemingly overnight the images went from rendering to not. Everything works fine in experience editor which uses the master database but after publishing to the web…
JKO
  • 1