Does Apache Zeppelin have intellisense? - intellisense

Does Apache Zeppelin have intellisense/auto-completion support in its notebook ui?
if so how do I use it?
I tried searching on the internet but was unsuccessful to find a source which works. This https://github.com/NFLabs/zeppelin/issues/248 says to use ctrl-, but it did not work. I wonder whether intellisense support was removed after the project was moved to Apache.

After going through the Jira of Apache Zeppelin I found that they have used Ctrl+. as the auto-completion shortcut key. And it works.

Here is the screen shot of all key board shortcuts(Apache Zeppelin Version 0.8.2) including auto completion.
for auto completion of show is like below screen shot

Related

Grafana not showing query editing anymore after dashboard importation - Zabbix

I need to ask a question about a Bug that is happening with my Grafana. After I imported a Dashboard from the Grafana Labs website, to be more specific it's here >>https://grafana.com/grafana/dashboards/5363 - Full zabbix server status.
There is a problem in Grafana, it simply doesn't allow editing any query from the panels anymore. The option disappeared as shown below. Has anyone here gone through this?
I've already tried to restart the server, update the datasource and also delete the dash that I imported:
If anyone has any suggestions/solutions, I'm all ears.
Image link here:
https://i.stack.imgur.com/itnyv.png
kind of happening the same here. There is an evident bug when editing custom scripts for a panel or a check. After working a lot on a script, I saved the Check. But when I come back, the only option is the UI query editor, which obviously does not load my custom script. And there is NO "script editor" button. It's gone.
I had the same issue, which may or may not have the same cause, but I thought I would share in case it helps anyone else.
I was getting the below error in the console. I run my Grafana instance in a windows environment, but should be similar for other Operating Systems.
Plugin file not found open C:\\grafana-9.2.3\\data\\plugins\\alexanderzobnin-zabbix-app\\datasource-zabbix\\datasource-zabbix\\partials\\query.editor.html: The system cannot find the path specified."
I noticed that the directory C:\grafana-9.2.3\data\plugins\alexanderzobnin-zabbix-app\datasource-zabbix\datasource-zabbix\ did not exist, so I created the directory manually and copied the partials directory to C:\grafana-9.2.3\data\plugins\alexanderzobnin-zabbix-app\datasource-zabbix\datasource-zabbix.
Then I restarted my Grafana service and was able to see my Zabbix queries in my Grafana dashboards.

I cannot edit http files or use the http client on IntelliJ, how can I resolve this?

I am trying to learn Spring Boot and as part of this I need to send http requests to test the functionality of the API I have created.
When following along with this video, the teacher had an 'actions for URL' selection which I do not see in my own editor. Note that the point in the video I linked shows this.
After updating (to IDEA 2021.1) and restarting I still could not see this option.
I tried to create my own .http file, but am not able to work with this type of file.
After more research I found that I should have a plugin called 'http client' installed by default. I cannot find this in my installed plugins or by searching through the marketplace.
When downloading and installing manually (from here), I now get this error which I cannot resolve.
Please can someone give me a pointer to get this plugin working.
I assume you're using the Community Edition, so it probably doesn't have it since according to the JetBrains blog, HTTP Client is built-in on the Ultimate Edition.
You can also check the zip file for the plugin here.

intellij : "search results are not loaded check the internet connection"

Using Intelliji for Java, I'm trying to get cucumber plugin, so i go to the file dropdown menu and go to settings menu and go to plugins. I type in cucumber in the plugins search bar. But nothing is found in the search results.
The message given is " search results are not loaded check the internet connection "
I also get " marketplace plugins are not loaded. Check the internet connection and >refresh< "
My internet connection is fine. I've already downloaded a load of dependancies using maven via intellij. the refresh button doesn't help. Why does intellij think the problem is no internet connection? How do I get intellij to find plugins?
I needed to set up a proxy under Appearance & Behavior Settings, System Settings, HTTP Proxy. I selected auto detect proxy settings. After this I was able to see plugins in the marketplace window.
For me I was able to get the marketplace working when I went to
Configure>Settings>HTTP Proxy Settings> Auto-detect proxy settings>Automatic Proxy configuration URL: https://plugins.jetbrains.com
Actually it seems to be working even without the Automatic Proxy configuration URL disabled
The changes of the settings work for me:
As mentioned in one of the comments on this link, I made the following changes:
Enabled Auto-detect proxy settings under Appearance & Behavior > System Settings > HTTP Proxy.
Removed the below flag under the Help > Custom VM Options.
-Djsse.enableSNIExtension=false
Restarted Intellij after making these changes. Made these changes on Intellij Ultimate 2019.3.3
There are a couple of things you can try.
I will start with what worked for me!
I felt my IP was blocking the plugins, I enabled the VPN and it worked!
for some version IntelliJ looks for plugins using HTTP protocol instead of
HTTPS, so add the following lines
IntelliJ bin folder-> idea.properties,
idea.plugins.host=https://plugins.jetbrains.com
try disabling the SNIExtension, Help->Edit Custom VM options
Djsse.enableSNIExtension=false
Such questions we should refer to the log of IDEA at first.
visit the menu Help ~> Show Log in Exporer, will open the directory of log,
For me,the log file is C:\Users\lawev\AppData\Local\JetBrains\IntelliJIdea2020.1\log\idea.log.
open the file we can find such contenet
2020-09-10 12:39:16,795 [ 158219] INFO - ateSettings.impl.UpdateChecker - failed to load plugin descriptions from https://plugins.jetbrains.com/idea: SSL error probably caused by disabled SNI
Now I see ,visit the menu Help ~> Edit Custom VM Options, check or add this line
-Djsse.enableSNIExtension=true
now it's ok!
my envirment is win10 1909,Intellij UI 2020.1
Starting IntelliJ (2019.2.1) on Windows 10 64-bit in Admin mode fixed this for me.
in my case, my goland settings somehow get corrputs, i delete the folder ~/.GoLand2019.2, and restart goland, then the marketplace works.
in my case, it happen because your internet service provider/ISP block https://plugins.jetbrains.com. There is 2 ways i solve it:
Before i use Sm'rtfren SIM Card Phone(from my country) provider which is can not load marketplace plugin. Then i switch to Tr'e SIM Card Phone provider and it works!
You can use UrbanVPN Desktop software, i use windows version. it will change ISP IP and then it works!
I encounter the similar problem in Android Studio when I want to install the Flutter& Dart plugins .
For me,I install Shadowsocks vpn proxy(https://github.com/shadowsocks/shadowsocks) in my computer.Then I change the Shadowsocks vpn proxy to global mode. After this I was able to see plugins in the marketplace window.Hope it can help you

How to access puppet documentation offline?

Is there any way I can have Puppet complete documenation available offline ? Its hard checking module documentation everytime via browser.
I hope it will help other Puppet module developers.
Thank you.
While searching I have found Zeal Application which is like Offline Documentation broweser and that seems supports so many langugages. can be download from Official website here: https://zealdocs.org/
You could request to download it from Puppet direct.
https://docs.puppet.com/download/
It will come down as puppetdocs-latest.tar.gz and is currently about 879MB.
It looks like the documentation is supposed to be viewable offline if you simply clone it. Go to this link here. However, at this moment, it looks to me like the offline viewing functionality is broken - the relative hyperlinks don't actually work. If you figured out what's wrong, you could probably send in a PR to fix it.

Preview not working in CDE plugin + pentaho

I am using pentaho, and to generate reports in it, I am using CDE plug in, I have followed the given instructions and have installed it correctly but the problem is, CDE will create the reports as desired, works efficiently in every functionality but only the PREVIEW is not working.
When I try to preview It gives a plain white blank sheet with no elements.
What browser are you using? First thing, is to try this with Firefox and with Firebug installed. Then check the javascript console to see if there are any errors.
Secondly how did you install CDE? Did you use the ctools-installer.sh script? If not try re-installing with the script, something could have gone wrong.
Finally how is your BI Server setup? Over SSL by any chance? How is your SSL conf setup? I've seen problems in the past with specific SSL setups and it may need a little tweaking.