AWS EMR - Apache Flink web client - emr

Is there a way to start Flink web client to allow job submissions if running using AWS EMR?
I have downloaded FLink 1.1.2 and in old docs <1.0 I see references to ./bin/start-webclient.sh which doesn't exist in my downloaded binary.
Is there a way to start this web client?

Flink's "web client" got removed as of v1.0.0 and its functionality got embedded into JobManagers web frontend.
See https://issues.apache.org/jira/browse/FLINK-2978

Related

Application Insights picks up SQL telemetry locally but not in a real environment

Generally I've had pretty good luck with Application Insights' auto-detection of a SQL dependency. However, in a recent case where we added Application Insights to a Web API project, we are not seeing dependency tracking for SQL Server in the portal. Version info:
Application Insights 2.5.0
Entity Framework 6.x
.NET 4.5.2
The funny thing is that Azure will automatically pick up SQL calls when developers are using the debugger from Visual Studio. What do we need to do to capture timings for SQL calls on a real environment?
Thanks,
BGU
The solution was to upgrade the Web API project to a more recent version of .NET (4.6 or higher). Good luck out there.
https://learn.microsoft.com/en-us/azure/application-insights/app-insights-monitor-performance-live-website-now
Dependency diagnostics like full sql command text will be available in Application insights only at runtime. If web api project is hosted on IIS server, then try integrating your web application virtual directory to app insights resource using status monitor. Once you do that, it will push full sql command text to d app insights portal.Comparison Build time and run time integration

About Apache Ignite Monitoring

I Have Build and Deploy Ignite Web Console Locally.And Start Manager Console on http://localhost:9000/ But problem is there no Monitoring Option Available.Can Anybody Explain How To Monitor Apache Ignite Locally via Web Console
This is catch monitoring tab is only available in grid gain hosted ingite web console.
so frustrating but I also got same issue.
http://apache-ignite-users.70518.x6.nabble.com/Setup-Web-agent-and-Web-console-on-locally-td8341.html
According to documentation, this is an enterprise feature and not available in the open-source version.
https://apacheignite-tools.readme.io/docs/ignite-web-console
The web console also features cluster monitoring functionality (available separately as GridGain plugin) that shows various cache and node metrics as well as CPU and heap usage.
If you have the enterprise edition, it should be possible to deploy your own instance for monitoring. The following documentation contains more details.
http://docs.gridgain.com/docs/deploy-web-console-from-docker-image

Monitor JDBC calls ApplicationInsights Java Application

I try to monitor my jdbc requests with ApplicationInsights, already added the SDK to my Java app, works fine with request monitoring.
All I found was to "Install the Application Insights agent for Java" but how should I do this on App Services-Resource? I think I cannot change the startup script.
Regards
In an Azure Web App environment, where you don't have the ability to modify the application server's startup script, installing the Java agent isn't possible and therefore this scenario isn't supported.
There is currently no workaround for this unfortunately.
Thanks,
Harel

Case Study for CMIS and Alfresco

I am very new to enterprise content management concepts.
I would like to do a small hands or a case study before we embark on the full fledged thing.
My work will be mainly on the client side so I would like to get more experience in consuming server content.
For that I needed to get some experience on CMIS apis and their consumption.
I plan to develop a plain eclipse based client for the server. I would like to see the content in Eclipse RCP app.Kind of what alfresco explorer does.
I don't want install an alfresco server for myself as I would not work on the server side. How can I use an Alfresco server for my case study? Should I use the public alfresco server or the cloud based alfresco server?
Also please provide suggestions on my case study.
Ok..feeling much more enlightened after 4 hrs of CMIS and Alfresco exploration.
My query of getting a server got resolved by accessing the public cmis alfresco server which is available at http://cmis.alfresco.com/
I also downloaded CMIS Workbench for windows and have setup the alfresco server locally.
Both the servers can be connected with my java client (using Apache Chemisty libs).
to connect remotely to the Alfresco server a local resovable name should be used. IP is not recognized.
One more option is to get a free trial from the alfresco cloud.
cheers,
Saurav

Oracle PL / SQL Web toolkit on WLS 10.3

Anyone has any experience using application developed using Oracle PL / SQL Web toolkit and deploying it on WLS 10.3 ?
We have an old application created in Oracle PL / SQL Web toolkit which is currently hosted on OAS. The client wants us to migrate the application to Weblogic server (10.3). I wanted to know if anyone has heard of any plug-in or has any experience in doing this ?
Any pointers in this direction will be really helpful.
Thanks.
Vivek
Did some digging around this is what i found:
There are two ways of getting this migration done without re-writing the code:
Install OHS(with mod PL/SQL) using Oracle SOA Suite 10g(10.1.3.3) and use .
Upgrade HTML DB from its existing version to Apex 3.2 or higher.
Oracle Documentation says there are 2 ways of doing it: In order to run, Oracle Application Express must have access to either the “embedded PL/SQL gateway” or “Oracle HTTP Server and mod_plsql”.
With Oracle 11g documentation website confirms that Oracle HTTP server is still compatible:
“Oracle HTTP Server: Starting with Oracle Database 11g, Oracle HTTP Server is available on a separate media shipped with Oracle Database. In the previous releases, this product was available as a Companion CD component.
Note: To install Oracle HTTP Server, use the Oracle Fusion Middleware Web Tier Utilities 11g (11.1.1.2.0) media or download.”
http://download.oracle.com/docs/cd/B28359_01/install.111/b32002/whatsnew.htm#sthref10
To set up OHS and mod_plsql this is the official guide (Downloading from OTN and Configuring Oracle HTTP Server)
http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/overview.htm#CHDCEJIE
[EDIT:] Let me add this, PL/SQL Web Toolkit & mod_plsql has NOTHING to do with Weblogic. The mod is designed to run on an Apache Instance. Oracle OHS is nothing but modified Apache 1.3. You can dare and try to install modplsql (Or its opensource version mod_owa) on vanilla Apache 2.2 instance but the risk is all yours...

Resources