Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] GeoMesa Accumulo Custom Iterator
  • From: "Patel, Meet RTX" <meet.2.patel@xxxxxxx>
  • Date: Thu, 27 Jun 2024 14:22:26 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=rtx.com; dmarc=pass action=none header.from=rtx.com; dkim=pass header.d=rtx.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector5401; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=RSk20hP6EVaHLfutM0iTm8YlSsBGR7vKlZerUuuamkk=; b=s7OEuZEUd1xBGYjumojN+k1Z6eh2IfnzEDd+wZFmkBeYIppvW1+mvgYp7VsU90p4U0443A8jRClw9ET5rTQy/BzhexS+ohfdgjof9r52IF5SajCcS9Rf3K8hJb/iMdS7shFh8mXB5EfiwGLe3PnwCaQShQO/taVGkAO+Ynznj4KGF+/Fm8lmtmCxLwYIXSDbtJgK9ip9mckfQC+l3HM46TiO/ocjOpooAJo+SEaL9Xi3WSMbMqOV9O6zjz8ORH+OhcwwIFSKz4pa6zakJ6oIj9dFYugV0r7+rKuy5mO/WNTeImh3gftq4p3PEG7BHhBeD1W1lPNa9fJsM7pWXTe8dA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector5401; d=microsoft.com; cv=none; b=LGh2gNIKnlPqD7rIvWDz/23rsc6NWMpjlM9AYwfjyh88DuL0ynpoIik6lExW4c4rOIvotU7HbcrXyXFLYjSOqMHCOccHmyUR1V7KW8dpU1UvqTOLmxx23tYgqlvDm1FTNAx6SQ/eUwrtjeoptuLQ12bHQ9y96HFTqg+n0sdd9EP66BgwQ0l1n5HM4eiLKNSZDiYpxsQh8aspGOkcBxqOkEUK4TG9kqOh7QGmvxeAunEDvhCh6rO5TtSHOVCNoCgKLDfrNQQJXsEmSWCwmpPCu5HRgm/R/TNRcCEWC6Cr1Pk7lHTb01cQ2menrlqzz+b7R0U9FVVMqmXwAlWmty116Q==
  • Delivered-to: geomesa-users@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/geomesa-users/>
  • List-help: <mailto:geomesa-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/geomesa-users>, <mailto:geomesa-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/geomesa-users>, <mailto:geomesa-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdrInWgb5deoH2m4ToSJIbN6aF6jxw==
  • Thread-topic: GeoMesa Accumulo Custom Iterator

Hello,

 

I am looking to create a custom iterator under GeoMesa’s library in Scala. Will this iterator run at Accumulo’s tablet server level? I want to ensure that the processing of the custom iterator runs at the tserver level.

 

Also, the accumulo database is running on a pod in K8. Is there a way to enable logging? If so how am I able to do that and where am I able to see the logging for custom iterator?

 

Thanks,

Meet

 


Back to the top