blob: b1820c087c1d55305d58023e8609869bbc9d38ec [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<head>
<meta charset="utf-8" />
<title>DeleteHBaseCells</title>
<link rel="stylesheet" href="../../../../../css/component-usage.css" type="text/css" />
</head>
<body>
<!-- Processor Documentation ================================================== -->
<h2>Overview</h2>
<p>
This processor provides the ability to do deletes against one or more HBase cells, without having to delete the entire row. It should
be used as the primary delete method when visibility labels are in use and the cells have different visibility labels. Each line in
the flowfile body is a fully qualified cell (row id, column family, column qualifier and visibility labels if applicable). The separator
that separates each piece of the fully qualified cell is configurable, but <strong>::::</strong> is the default value.
</p>
<h2>Example FlowFile</h2>
<pre>
row1::::user::::name
row1::::user::::address::::PII
row1::::user::::billing_code_1::::PII&&amp;BILLING
</pre>
</body>
</html>