Tagged Questions

Cascading is a Query API, Query Planner, and Process Scheduler used for defining and executing complex, scale-free, and fault tolerant data processing workflows on a Hadoop cluster.

learn more… | top users | synonyms

3
votes
1answer
258 views

Is Hive QL have same expressive power as writing your own MapReduce Jobs directly on Hadoop?

To put in other words, Is there a problem that can be solved by directly defining your map reduce jobs, but for which you cannot form a Hive QL query? If yes, then it means that Hive QL is limited ...
3
votes
2answers
120 views

Where can I find a HBase cascading module for hbase-0.89.20100924+28?

I am working on a project using map reduce and HBase. We are using Cloudera’s CDH3 distribution which has hbase-0.89.20100924+28 bundled into it. I would like to use cascading as we have some ...
3
votes
1answer
234 views

SQL Union/Join Query

I have a user profile table with columns User Name, manager and many other fields, for example amount.. Example Records:- User Manager Amount A B 100 x y 200 B C ...
3
votes
2answers
534 views

2 (or more) ComboBoxes dependent on each other

EDIT: The issue underneath is fixed, GO TO EDIT2 in this post. I have an Organisation entity and a Region entity. An object of type Organisation can have one or more Region objects connected to it, ...
2
votes
1answer
24 views

Ajax Toolkit CascadingDropDown onload event?

I would like to know if this is possible to create an JavaScript/jQuery event on Ajax Toolkit CascadingDropDon load. Scenario: I am selecting item on first dropdown -> second dropdown is loaded ...
2
votes
2answers
203 views

C# - Setting up data-bound cascading combo boxes at design time

I have what I thought would be a simple problem but cannot find an appropriate example after much searching. Put simply, it is a windows form application with 2 databound combo boxes on the form with ...
2
votes
4answers
58 views

Quick CSS cascading question

I've got this HTML that I'm trying to style: <div id="menubar"> <menu id="menubarTransportControls">Foobar</menu> </div> Can anyone explain why this CSS... #menubar ...
2
votes
1answer
79 views

Hadoop “Style” — chunking vs thousands of (k, v) pairs

I'm working with a number of large files that contain matrices of data corresponding to nasa's MODIS grid -- the grid splits the earth's surface up into a 21,600 x 43,200 pixel array. This particular ...
2
votes
7answers
1k views

does anyone find Cascading for Hadoop Map Reduce useful?

I've been trying Cascading, but I cannot see any advantage over the classic map reduce approach for writing jobs. Map Reduce jobs gives me more freedom and Cascading seems to be putting a lot of ...
1
vote
1answer
222 views

Prepopulate multiple cascading dropdown lists in C# ASP

I am writing an edit page in C#/ASP and have a set of cascading dropdown lists that already have values in the database that I need to pre-select for the user. On the page itself, I'm already using: ...
1
vote
1answer
82 views

MySQL ON UPDATE/ON DELETE CASCADE not CASCADEing

When I edit UID on the signup table, the parentid column on the clients table is supposed to change. It's not doing that. Any suggestions? Clients CREATE TABLE `clients` ( `id` INT(255) NOT NULL ...
1
vote
1answer
80 views

What's the link between @Transactional and cascading?

There seems to be a link between the presence of the @Transactional annotation on a Spring JUnit test and cascading when persisting/merging a JPA2 entity. I don't have the configuration at hand for ...
1
vote
1answer
73 views

sqlite cascading delete

the parent table is CREATE TABLE BHEAD (ID INTEGER primary key asc, DESCR TEXT, LINECTR INT, UNITCTR INT) child table is CREATE TABLE BDET ( ID INTEGER primary key asc, BID INTEGER, BCODE TEXT, ...
1
vote
2answers
175 views

Displaying course details later than today's date

I'm using the VSTA C# on an infopath 2010 form, whereby by using cascading drop downs (Course Title & Course Details) information is displayed. So when a user selects the Course Title drop down, ...
1
vote
2answers
2k views

cascading dropdownlist without postback

So, here's the scenario: I have a .aspx page having two dropdowns, the data to be loaded in them is usually static(but may change everyday), the first dropdown always displays the main categories and ...
1
vote
1answer
258 views

a Reducer per HBase table

Basically, I need to route data to the right Reducer. Each Reducer is going to be a TableReducer. I have a the following file venodor1, user1, xxxx=n venodor1, user1, xxxx=n venodor2, user2, xxxx=n ...
1
vote
2answers
289 views

how to create a CSS file

Can anyone please help me how can I create a CSS file for my VB.net Web application?
1
vote
1answer
92 views

Creating Two Cascading Foreign Keys Against Same Target Table/Col

I have the following tables: user (userid int [pk], name varchar(50)) action (actionid int [pk], description nvarchar(50)) being referenced by another table that captures the relationship: ...
1
vote
1answer
172 views

Cascading IEquatable(Of T)

I have several entities I need to make IEquatable(Of TEntity) respectively. I want them first to check equality between EntityId, then if both are zero, should check regarding to other properties, ...
1
vote
2answers
403 views

NHibernate - Many-to-Many Cascading Delete

I have defined a many to many relationship between two classes. Event and Person (defined in a separate database table person_event). Now, suppose I want to delete a person, so all its related ...
1
vote
1answer
1k views

WPF Cascading ComboBoxes

I am successfully databinding and using WPF Comboboxes and have had some success with cascading some of the Comboboxes by triggering the update on the child combo when the parent combos ...
1
vote
2answers
540 views

SQL: Complex Deletion help

I basically created some tables to play around with: I have Two main tables, and a Many-Many join table. Here is the DDL: (I am using HSQLDB) CREATE TABLE PERSON ( PERSON_ID INTEGER GENERATED ...
0
votes
0answers
9 views

Autocomplete with cascade or populate or chained?

I want to create a form, with the particularity that contain as a first autocomplete field, and when the first field is equal to a given value of my database, it must return several items based on ...
0
votes
1answer
66 views

AJAX Cascading DropDown JavaScript event onready

I'd like to fire a JavaScript function when AJAX returns the values of drop down items. The scenario is: function 1 fires -> ajax gets items from database -> the dropdown items are filles -> my ...
0
votes
1answer
11 views

Zend Db Cascading Delete

I'm trying to figure this out, I have three tables (Table A, Table B, Table C) Table A is parent of B, and B is parent of C. I built the relationships properly by setting $_dependentTables & ...
0
votes
2answers
41 views

Cascading stored procedures in MySQL

The question is relatively simple. Is possible to call a procedure in MySQL, into another? Example: There are two procedures created: proc1 and proc2 Within the proc1, I call proc 2. Thus: BEGIN ...
0
votes
1answer
68 views

object references an unsaved transient instance - save the transient instance before flushing

i got a problem with references. (object references an unsaved transient instance) I just don't see the problem. Any idea? Thanks in advance. So, this is what i would like to save: public class ...
0
votes
3answers
79 views

Filter dropdown list on other filter

Hey guys I know it had been discussed so much but I still don't get it working. What I need is to filter a gridview by a few dropdown lists and the main idea is to "continue" filtering the gridview. ...
0
votes
1answer
67 views

Running Cascading using Oozie

I'm trying to run a Cascading job using Oozie. I am getting a java.lang.ClassNotFoundException: cascading.tap.hadoop.MultiInputSplit I am including the cascading jar in the workflow lib, but it is ...
0
votes
0answers
25 views

cgicc: multi-levels of same element

I'm starting with cgicc which let me keep code short and clean. But now I'm struggling. I want to have something like that: <ul> <li> <a href="#" ><span>Main ...
0
votes
1answer
39 views

NHibernate: removing from collection vs association and cascading styles

I'm having trouble understanding how NHibernate knows anything about objects removed from association (and then execute cascading style like delete-orphant). I mean, at a database level if I wanted to ...
0
votes
2answers
108 views

Cascading Drop Downs in SharePoint with One Web Part Only

I need your suggestions for my problem area. I am working with SharePoint 2010. My requirement is to create a single web part that has only one DropDown List. Say DropDown List for continents. Now I ...
0
votes
3answers
58 views

Do CSS / HTML children override parents?

Given the following code: <div id="bla"> <p class="blubber">Johnny Bananas</p> </div> and the style in head of that html doc: <style> ...
0
votes
0answers
73 views

Bulk save all primary key constraints that contain “XXX” string in the name and the foreign keys that reference them

I have a list of unusable indexes on some tables in which I'm trying to insert data. Indexes are unusable because I have somehow inserted two records for each primary key value. I've tried to clear ...
0
votes
1answer
47 views

SQL or PHP cascading update and delete

I am creating a system where you can upload photos to a gallery and you can give that gallery a name and a description and associate it with however many images you want. I am using MySQL and PHP to ...
0
votes
0answers
143 views

Cascading dropdownlist with ajax with a small twist

A part of my webform is a dropdownlist of projects (bound to a datasource). Depending on the project selected, a second dropdownlist of sub-projects (also bound to a datasource) will be presented to ...
0
votes
1answer
206 views

Cascading Combo box HTML

I am not really a web person and am having trouble creating a cascading combo box. I have my options, but when I cannot figure out how to do a JavaScript command to switch the second box depending on ...
0
votes
0answers
31 views

Cascading - merge 2 aggregations

I have the following problem whicj I am trying to solve with cascading: I have csv file of records with the structure: o,a,f,i,c I need to to aggregate the records by o,a,f and to sum the i's and c's ...
0
votes
0answers
65 views

Not Unique values in only one table in Cascading Dropdown list AjaxToolkit .NET Framework 4.0 ASP.NET C#

Question about the cascading dropdown list / comboboxes / drop down lists or however you wanna call them. The ones in the AjaxToolkit in .NET 4.0 using IIS 6. Is it possible to use a table that looks ...
0
votes
1answer
237 views

Constant Error 500 Cascading DropDown Lists in AjaxToolkit 4.0 ASP.NET

Im posting the issue down here cause this thing just wrecks my head for the last few weeks actually. I left it for a while but I would really use that tool if I can. I get the generic Error 500 all ...
0
votes
0answers
141 views

Pre-select items on data-bound cascading dropdown lists in ASP.NET page

I have the following problem: On a ASP.NET page, say books.aspx, I have three dropdown lists: ddlBook, ddlChapter, ddlPage, one listview lvPageContents and four sql datasources dsBooks, dsChapters, ...
0
votes
0answers
39 views

Cascading Dropdowns with no code solution

Is here a possible way to create cascading dropdowns with no code solution? like powerful user in designer or browser? unexeptable way: the list country the list city with fk-country and the list ...
0
votes
0answers
260 views

How to Set Selected value to dropdownlist

I have a web form with general fields like UserID, Password, First Name, Last Name .... and two Ajax cascading dropdown which populate Country and State... this web form works fine with cascading ...
0
votes
1answer
53 views

categories casecading wordpress

i found an awesome code for casecading here my question is : how to pass wordpress categories and custom taxonomy to this javascript so i can select the parent then i'll see his children
0
votes
2answers
62 views

SQL Table Datastructure, is this wrong? Using CASCADING Delete

Here are the 3 tables i am having problems with: Table: Opportunities - Holds various opportunity(job) descriptions Table: Opportunities_Applicants - Holds various applicants applying for ...
0
votes
2answers
2k views

SharePoint Cascading Dropdown with CAML query that filters one of the choices

I have made a cascading dropdown form using http://spservices.codeplex.com but want to add a filter to the third cascading dropdown. So SPServices have a function called CAMLQuery where I can add this ...
0
votes
2answers
184 views

can not delete the entity which have collection as child with hibernate

NOTE: This is a croass post at:hibernate forum Since I got no answer ,so I ask here to see if I can get some help. :) If this is solved here,I will post the answer in the hibernate forum. :) In ...
0
votes
1answer
149 views

Using cascades optionally in Hibernate/JPA

my problem is quite simple, but very important in general - I think. I have done research for a few hours but didn't find anything useful. Introduction: I have entity that is named Employee - which ...
0
votes
4answers
266 views

Is it possible to to cascade overloaded extraction operator with overloaded arithmetic operators?

I am trying to implement a class COMPLEX in C++ and overload the arithmetic operators as well as the '<<' and '>>' operators for input/output. Individually and also when cascaded the arithmetic ...
0
votes
2answers
274 views

CSS Cascading HTML5 <header> <nav> elements - How?

Example: <header> <nav> <ul>...</ul> </nav> </header> CSS: header nav { ... } /* does not work */ Is there any way possible?

1 2