1. 程式人生 > >How to get the AQL Editor in place?

How to get the AQL Editor in place?

Sorry - just happened to see the documentation of the text toolkit - in one of the paragraphs they have mentioned the details about the editor installation:-

"opt Contains the Eclipse plugins for AQL development. The plugins require
Eclipse 3.4 or Eclipse 3.6. They do not need to be installed to use the
operator; however, they might be useful for developing AQL files. The
version of tooling provided in this toolkit is the same tooling used by
BigInsights 1.3.
When installing the plugins from Eclipse click Help > Install New
Software > Add > Choose Local > $STREAMS_INSTALL/toolkits/
com.ibm.streams.text/opt/eclipse. Clear the Group items by category
check box.
The plugins provide syntax highlighting for AQL files and other AQL
development help. To enable these features, right-click on the project and
select Add BigInsights Nature. Of particular use is the regular expression
builder, which is available via a right click from a context where a regular
expression is expected. The AQL regular expression builder provides an
interface for building regular expressions, including buttons to select
character classes and a regular expression tester. For additional help, see
the built-in help center. For more information see Features in the IBM
InfoSphere™ BigInsights Information Center."

I will figure it out from here.

Thanks!

相關推薦

How to get the AQL Editor in place?

Sorry - just happened to see the documentation of the text toolkit - in one of the paragraphs they have mentioned the details about the ed

How to Get the Length of File in C

code class clas body position pre -c set == How to get length of file in C //=== int fileLen(FILE *fp) { int nRet = -1; int nPosB

[iOS] How to get the current time as datetime in swift

let date = Date() let calendar = Calendar.current let hour = calendar.component(.hour, from: date) let minutes = calendar.component(.minute, from: date

how to get the return value from a thread in python?

Jake's answer is good, but if you don't want to use a threadpool (you don't know how many threads you'll need, but create them as needed) then a good w

How To View the HTML Source in Google Chrome

inner eve spi together member mes mnt line split Whether you are new to the web industry or a seasoned veteran, viewing the HTML source o

question 002: dev c++ 當中如何調整字體大小?How to get the first program with C++? c++屬於什麽軟件?

space 什麽 pil get ctrl+鼠標 iostream 系統 using clu 方法:按住ctrl+鼠標滑輪滾動 c++屬於系統軟件還是應用軟件? 說哪個都不對,編譯之前屬於應用軟件,after compile ,it belongs to system so

How to Install The Latest Eclipse in Ubuntu 16.04, 15.10?

How to Install The Latest Eclipse in Ubuntu 16.04, 15.10? 1. Install Java Don’t have Java installed? Search for and install OpenJDK Java 7 or

[轉]How to display the data read in DataReceived event handler of serialport

本文轉自:https://stackoverflow.com/questions/11590945/how-to-display-the-data-read-in-datareceived-event-handler-of-serialport   問: I have the followin

go : How to get the reflect.Type of an interface?

4 In order to determine whether a given type implements an interface using the reflect package, you need to pass a reflect.Type

How to get the IP address of a Linux system

之前在 Windows/Mac OS 取得 ip address 透過 import socket print socket.gethostbyname(socket.gethostname()) 都沒問題。但在  Linux 裡出問題了。 print socket.gethostbyname_ex(s

How to know the directory size in CENTOS 檢視資料夾大小

Under any linux system, you want to use the command du. (Disk Usage) Common usage is : du -sh file(s) name(s) or du -sh /path/to/dir/* du -sh

How to get client Ip Address in Java Servlet

Try this one, String ipAddress = request.getHeader("X-FORWARDED-FOR"); if (ipAddress == null) { ipAddress = request.getRemoteAdd

How to get the first date and last date of the previous month? (Java)

Calendar aCalendar = Calendar.getInstance(); // add -1 month to current month aCalendar.add(Calendar.MONTH, -1); // set DATE to 1, so first date of pr

How to make the impossible possible in CSS with a little creativity

CSS Previous sibling selectors don’t exist, but that doesn’t mean we can’t use themIf you ever used CSS sibling selectors, you know there’s only two. The +

How to Fix the Gender Gap in Tech

How to Fix the Gender Gap in TechBy Klara Marie SchroederWe all know about the staggering gender gap in the tech sector. Yet despite efforts of initiatives

Website Testing: How to Get the Most Mileage from Your Existing Traffic

With the digital landscape becoming more and more competitive, businesses must go above and beyond to create the most personalized and streamlined onli

How to hide the "Repair" option in the .NET installation package

If you use Virtual Studio to build your installation package, when you run this package secondly, it would show "Repair" option, just lik

Selenium 3 -how to locate the chromedriver and geckodriver place?

Maybe you met these exceptions sometimes: 1. Chrome Driver The path to the driver executable must be set by the webdriver.chrome.driver system property;

How to read the environment variables in groovy email template 郵件模板中讀取系統環境變數

If you are using the email-ext Jenkins plugin to send out emails, there is a "build" object that contains a lot of information about your Jenkins job. I

USBView & How to get the Serial Number from a USB disk & qextserialport

Introduction Most flash-based USB disk devices have a unique serial number assigned by the manufacturer.  (However, some earlier v1.1-based USB devices ma