Member since
09-24-2015
105
Posts
82
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2045 | 04-11-2016 08:30 PM | |
1690 | 03-11-2016 04:08 PM | |
1669 | 12-21-2015 09:51 PM | |
995 | 12-18-2015 10:43 PM | |
8490 | 12-08-2015 03:01 PM |
08-10-2020
06:12 AM
Hi All, is there specific method to follow for installing ambari on python3..any one installed on python3 base
... View more
01-06-2020
03:02 AM
How can i assign the existing topic partition to newly added node ?
... View more
11-14-2019
10:59 PM
Hi, I can see significant impact on the hive query after implementation of Ranger and using mysql 5.7. How can we reduce the response time added due to the Ranger.
... View more
11-09-2016
12:21 AM
1 Kudo
Hey Andrew, If your message is a valid JSON (it seems to be), then a parser is able to read it an decode a literal string. The next trick is to put this results into a FlowFile content/body and run another EvaluateJsonPath/JoltTransformer chain. I did a quick experiment here, and it seems to work fine.
... View more
01-15-2019
04:54 PM
1 Kudo
@Andrew Watson Hi Andrew did you find a way out for this issue
... View more
10-25-2016
06:15 PM
3 Kudos
There is no hard-coded limit, but there is definitely some limit in terms of performance. Flow File attributes are held in memory (in addition to being persisted to disk) so more attributes means more Java objects on the heap, means more garbage collection pressure. I don't think there is any way to set what the limit is because it depends on how much data is in the attributes, how much memory you have, how many flow files, etc.
... View more
10-24-2016
11:13 AM
1 Kudo
There is no preset limit on the number of fields that you can define in Solr. You will be limited by the resources that you allow Solr to access; RAM, disk etc. There are also cache settings to take into consideration. But when you mention numbers like 100K-1000K, I would suggest that you look at the design of your collections instead.
The limit in size for a particular field varies with the type of field.
Here is a link to the solr wiki describing built-in solr fields.
... View more
09-20-2016
05:00 PM
you can update mount points by overriding in a new Ambari Config Group (then restart those nodes, of course, but you'll be notified) since HDFS will recreate the missing blocks on those 3 disks per node, you shouldn't have any loss
... View more
09-19-2016
06:41 PM
2 Kudos
@Andrew Watson You can set cell level acls via the HBase shell or via HBase's Java API. This type of policy is not exposed or controlled via Ranger. If possible, I would implement row level policies in a client-side application, as HBase's cell ACLs are expensive (additional metadata must be stored and read with every cell). My favorite solution is to create a Phoenix View that exposes only specific rows. As noted above, your client-side app would have to decide whether to allow access to a given view.
... View more
09-14-2016
10:05 PM
I want to do the same but in a cluster environment , how can I create more brokers on different nodes?
... View more